#A6D468

Color #A6D468 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A6D468

Tints of Conifer #A6D468

Color information

#A6D468 (or 0xA6D468) is unknown color: approx Conifer. HEX triplet: A6, D4 and 68. RGB value is (166,212,104). Sum of RGB (Red+Green+Blue) = 166+212+104=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D468 is #592B97. Grayscale: #BABABA. Windows color (decimal): -5843864 or 6870182. OLE color: 6870182.

HSL color Cylindrical-coordinate representation of color #A6D468: hue angle of 85.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6D468 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB166212104-
CMYK0.2200.510.17
HSL85.56º55.67%61.96%-
HSV(B)85.56º50.94%83.14%-
XYZ41.7756.1921.74-
YUV185.9381.76113.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=34.44%
G=43.98%
B=21.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662121040.2200.510.1785.5655.6761.96
HexA6D468160331156383e
Octal24632415026063211267076
Binary10100110110101001101000101100110011100011010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D468; }

 p { color: rgb(166,212,104); }

 H1.HeaderClassName
 {
   color: #A6D468;
 }
 .AnyTagClassName
 {
   color: #A6D468;
 }
</style>
background-color css

<style>
 a { background-color: #A6D468; }

 a { background-color: rgb(166,212,104); }

 div.DivClassName
 {
   background-color: #A6D468;
 }
 .BgClassName
 {
   background-color: #A6D468;
 }
</style>
border-color css

<style>
 span { border-color: #A6D468; }

 span { border-color: rgb(166,212,104); }

 td.TdClassName
 {
   border-color: #A6D468;
 }
 .TagClassName
 {
   border-color: #A6D468;
 }
</style>