#A8D064

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

Shades of Conifer #A8D064

Tints of Conifer #A8D064

Color information

#A8D064 (or 0xA8D064) is unknown color: approx Conifer. HEX triplet: A8, D0 and 64. RGB value is (168,208,100). Sum of RGB (Red+Green+Blue) = 168+208+100=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D064 is #572F9B. Grayscale: #B8B8B8. Windows color (decimal): -5713820 or 6607016. OLE color: 6607016.

HSL color Cylindrical-coordinate representation of color #A8D064: hue angle of 82.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8D064 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB168208100-
CMYK0.1900.520.18
HSL82.22º53.47%60.39%-
HSV(B)82.22º51.92%81.57%-
XYZ4154.3620.39-
YUV183.7380.75116.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 208 (81.64% from 255) = 43.70%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=35.29%
G=43.70%
B=21.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081000.1900.520.1882.2253.4760.39
HexA8D064130341252353c
Octal25032014423064221226574
Binary10101000110100001100100100110110100100101010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D064; }

 p { color: rgb(168,208,100); }

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

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

 a { background-color: rgb(168,208,100); }

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

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

 span { border-color: rgb(168,208,100); }

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