#ACD64D

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

Shades of Conifer #ACD64D

Tints of Conifer #ACD64D

Color information

#ACD64D (or 0xACD64D) is unknown color: approx Conifer. HEX triplet: AC, D6 and 4D. RGB value is (172,214,77). Sum of RGB (Red+Green+Blue) = 172+214+77=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD64D is #5329B2. Grayscale: #BABABA. Windows color (decimal): -5450163 or 5101228. OLE color: 5101228.

HSL color Cylindrical-coordinate representation of color #ACD64D: hue angle of 78.39º 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 #ACD64D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB17221477-
CMYK0.2000.640.16
HSL78.39º62.56%57.06%-
HSV(B)78.39º64.02%83.92%-
XYZ42.457.415.87-
YUV185.8266.59118.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=37.15%
G=46.22%
B=16.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172214770.2000.640.1678.3962.5657.06
HexACD64D14040104e3f39
Octal254326115240100201167771
Binary101011001101011010011011010001000000100001001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD64D; }

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

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

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

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

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

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

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

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