#ACD65C

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

Shades of Conifer #ACD65C

Tints of Conifer #ACD65C

Color information

#ACD65C (or 0xACD65C) is unknown color: approx Conifer. HEX triplet: AC, D6 and 5C. RGB value is (172,214,92). Sum of RGB (Red+Green+Blue) = 172+214+92=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD65C is #5329A3. Grayscale: #BBBBBB. Windows color (decimal): -5450148 or 6084268. OLE color: 6084268.

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

Color convert

RGB17221492-
CMYK0.2000.570.16
HSL80.66º59.8%60%-
HSV(B)80.66º57.01%83.92%-
XYZ42.9957.6418.98-
YUV187.5374.09116.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=35.98%
G=44.77%
B=19.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172214920.2000.570.1680.6659.860
HexACD65C1403910513c3c
Octal25432613424071201217474
Binary10101100110101101011100101000111001100001010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD65C; }

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

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

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

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

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

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

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

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