#a8db66

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

Shades of Conifer #A8DB66

Tints of Conifer #A8DB66

Color information

#A8DB66 (or 0xA8DB66) is unknown color: approx Conifer. HEX triplet: A8, DB and 66. RGB value is (168,219,102). Sum of RGB (Red+Green+Blue) = 168+219+102=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB66 is #572499. Grayscale: #BEBEBE. Windows color (decimal): -5711002 or 6740904. OLE color: 6740904.

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

Color convert

RGB168219102-
CMYK0.2300.530.14
HSL86.15º61.9%62.94%-
HSV(B)86.15º53.42%85.88%-
XYZ43.8859.9521.83-
YUV190.4178.1112.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=34.36%
G=44.79%
B=20.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191020.2300.530.1486.1561.962.94
HexA8DB6617035E563e3f
Octal25033314627065161267677
Binary1010100011011011110011010111011010111101010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8db66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8db66; }

 p { color: rgb(168,219,102); }

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

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

 a { background-color: rgb(168,219,102); }

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

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

 span { border-color: rgb(168,219,102); }

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