#A6DD67

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

Shades of Conifer #A6DD67

Tints of Conifer #A6DD67

Color information

#A6DD67 (or 0xA6DD67) is unknown color: approx Conifer. HEX triplet: A6, DD and 67. RGB value is (166,221,103). Sum of RGB (Red+Green+Blue) = 166+221+103=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD67 is #592298. Grayscale: #BFBFBF. Windows color (decimal): -5841561 or 6806950. OLE color: 6806950.

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

Color convert

RGB166221103-
CMYK0.2500.530.13
HSL87.97º63.44%63.53%-
HSV(B)87.97º53.39%86.67%-
XYZ44.0360.822.25-
YUV191.178.28110.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=33.88%
G=45.10%
B=21.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211030.2500.530.1387.9763.4463.53
HexA6DD6719035D583f40
Octal246335147310651513077100
Binary10100110110111011100111110010110101110110110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD67; }

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

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

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

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

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

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

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

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