#ACDD56

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

Shades of Conifer #ACDD56

Tints of Conifer #ACDD56

Color information

#ACDD56 (or 0xACDD56) is unknown color: approx Conifer. HEX triplet: AC, DD and 56. RGB value is (172,221,86). Sum of RGB (Red+Green+Blue) = 172+221+86=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD56 is #5322A9. Grayscale: #BFBFBF. Windows color (decimal): -5448362 or 5692844. OLE color: 5692844.

HSL color Cylindrical-coordinate representation of color #ACDD56: hue angle of 81.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACDD56 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB17222186-
CMYK0.2200.610.13
HSL81.78º66.5%60.2%-
HSV(B)81.78º61.09%86.67%-
XYZ44.5561.1618.26-
YUV190.9668.77114.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=35.91%
G=46.14%
B=17.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221860.2200.610.1381.7866.560.2
HexACDD561603DD52433c
Octal254335126260751512210374
Binary10101100110111011010110101100111101110110100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD56; }

 p { color: rgb(172,221,86); }

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

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

 a { background-color: rgb(172,221,86); }

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

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

 span { border-color: rgb(172,221,86); }

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