#A6DD64

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

Shades of Conifer #A6DD64

Tints of Conifer #A6DD64

Color information

#A6DD64 (or 0xA6DD64) is unknown color: approx Conifer. HEX triplet: A6, DD and 64. RGB value is (166,221,100). Sum of RGB (Red+Green+Blue) = 166+221+100=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD64 is #59229B. Grayscale: #BFBFBF. Windows color (decimal): -5841564 or 6610342. OLE color: 6610342.

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

Color convert

RGB166221100-
CMYK0.2500.550.13
HSL87.27º64.02%62.94%-
HSV(B)87.27º54.75%86.67%-
XYZ43.8860.7421.47-
YUV190.7676.78110.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=34.09%
G=45.38%
B=20.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211000.2500.550.1387.2764.0262.94
HexA6DD6419037D57403f
Octal246335144310671512710077
Binary10100110110111011100100110010110111110110101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD64; }

 p { color: rgb(166,221,100); }

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

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

 a { background-color: rgb(166,221,100); }

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

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

 span { border-color: rgb(166,221,100); }

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