#A6DC62

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

Shades of Conifer #A6DC62

Tints of Conifer #A6DC62

Color information

#A6DC62 (or 0xA6DC62) is unknown color: approx Conifer. HEX triplet: A6, DC and 62. RGB value is (166,220,98). Sum of RGB (Red+Green+Blue) = 166+220+98=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC62 is #59239D. Grayscale: #BEBEBE. Windows color (decimal): -5841822 or 6479014. OLE color: 6479014.

HSL color Cylindrical-coordinate representation of color #A6DC62: hue angle of 86.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6DC62 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB16622098-
CMYK0.2500.550.14
HSL86.56º63.54%62.35%-
HSV(B)86.56º55.45%86.27%-
XYZ43.5260.1820.88-
YUV189.9576.11110.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=34.30%
G=45.45%
B=20.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166220980.2500.550.1486.5663.5462.35
HexA6DC6219037E57403e
Octal246334142310671612710076
Binary10100110110111001100010110010110111111010101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC62; }

 p { color: rgb(166,220,98); }

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

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

 a { background-color: rgb(166,220,98); }

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

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

 span { border-color: rgb(166,220,98); }

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