#ACDD55

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

Shades of Conifer #ACDD55

Tints of Conifer #ACDD55

Color information

#ACDD55 (or 0xACDD55) is unknown color: approx Conifer. HEX triplet: AC, DD and 55. RGB value is (172,221,85). Sum of RGB (Red+Green+Blue) = 172+221+85=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD55 is #5322AA. Grayscale: #BFBFBF. Windows color (decimal): -5448363 or 5627308. OLE color: 5627308.

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

Color convert

RGB17222185-
CMYK0.2200.620.13
HSL81.62º66.67%60%-
HSV(B)81.62º61.54%86.67%-
XYZ44.5161.1418.05-
YUV190.8468.27114.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=35.98%
G=46.23%
B=17.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221850.2200.620.1381.6266.6760
HexACDD551603ED52433c
Octal254335125260761512210374
Binary10101100110111011010101101100111110110110100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD55; }

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

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

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

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

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

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

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

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