#ACDD52

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

Shades of Conifer #ACDD52

Tints of Conifer #ACDD52

Color information

#ACDD52 (or 0xACDD52) is unknown color: approx Conifer. HEX triplet: AC, DD and 52. RGB value is (172,221,82). Sum of RGB (Red+Green+Blue) = 172+221+82=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD52 is #5322AD. Grayscale: #BFBFBF. Windows color (decimal): -5448366 or 5430700. OLE color: 5430700.

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

Color convert

RGB17222182-
CMYK0.2200.630.13
HSL81.15º67.15%59.41%-
HSV(B)81.15º62.9%86.67%-
XYZ44.3961.0917.43-
YUV190.566.77114.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=36.21%
G=46.53%
B=17.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221820.2200.630.1381.1567.1559.41
HexACDD521603FD51433b
Octal254335122260771512110373
Binary10101100110111011010010101100111111110110100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD52; }

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

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

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

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

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

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

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

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