#A8D64D

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

Shades of Conifer #A8D64D

Tints of Conifer #A8D64D

Color information

#A8D64D (or 0xA8D64D) is unknown color: approx Conifer. HEX triplet: A8, D6 and 4D. RGB value is (168,214,77). Sum of RGB (Red+Green+Blue) = 168+214+77=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D64D is #5729B2. Grayscale: #B9B9B9. Windows color (decimal): -5712307 or 5101224. OLE color: 5101224.

HSL color Cylindrical-coordinate representation of color #A8D64D: hue angle of 80.15º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D64D is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB16821477-
CMYK0.2100.640.16
HSL80.15º62.56%57.06%-
HSV(B)80.15º64.02%83.92%-
XYZ41.5356.9515.83-
YUV184.6367.26116.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 77 (30.47% from 255) = 16.78%
R=36.60%
G=46.62%
B=16.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168214770.2100.640.1680.1562.5657.06
HexA8D64D1504010503f39
Octal250326115250100201207771
Binary101010001101011010011011010101000000100001010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D64D; }

 p { color: rgb(168,214,77); }

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

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

 a { background-color: rgb(168,214,77); }

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

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

 span { border-color: rgb(168,214,77); }

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