#ACDF52

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

Shades of Conifer #ACDF52

Tints of Conifer #ACDF52

Color information

#ACDF52 (or 0xACDF52) is unknown color: approx Conifer. HEX triplet: AC, DF and 52. RGB value is (172,223,82). Sum of RGB (Red+Green+Blue) = 172+223+82=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF52 is #5320AD. Grayscale: #C0C0C0. Windows color (decimal): -5447854 or 5431212. OLE color: 5431212.

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

Color convert

RGB17222382-
CMYK0.2300.630.13
HSL81.7º68.78%59.8%-
HSV(B)81.7º63.23%87.45%-
XYZ44.9262.1617.61-
YUV191.6866.1113.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 223 (87.5% from 255) = 46.75%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=36.06%
G=46.75%
B=17.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172223820.2300.630.1381.768.7859.8
HexACDF521703FD52453c
Octal254337122270771512210574
Binary10101100110111111010010101110111111110110100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF52; }

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

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

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

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

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

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

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

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