#ACD552

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

Shades of Conifer #ACD552

Tints of Conifer #ACD552

Color information

#ACD552 (or 0xACD552) is unknown color: approx Conifer. HEX triplet: AC, D5 and 52. RGB value is (172,213,82). Sum of RGB (Red+Green+Blue) = 172+213+82=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD552 is #532AAD. Grayscale: #BABABA. Windows color (decimal): -5450414 or 5428652. OLE color: 5428652.

HSL color Cylindrical-coordinate representation of color #ACD552: hue angle of 78.78º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD552 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB17221382-
CMYK0.1900.620.16
HSL78.78º60.93%57.84%-
HSV(B)78.78º61.5%83.53%-
XYZ42.3356.9716.75-
YUV185.8169.42118.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=36.83%
G=45.61%
B=17.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172213820.1900.620.1678.7860.9357.84
HexACD5521303E104f3d3a
Octal25432512223076201177572
Binary10101100110101011010010100110111110100001001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD552; }

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

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

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

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

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

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

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

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