#ACDC50

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

Shades of Conifer #ACDC50

Tints of Conifer #ACDC50

Color information

#ACDC50 (or 0xACDC50) is unknown color: approx Conifer. HEX triplet: AC, DC and 50. RGB value is (172,220,80). Sum of RGB (Red+Green+Blue) = 172+220+80=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC50 is #5323AF. Grayscale: #BEBEBE. Windows color (decimal): -5448624 or 5299372. OLE color: 5299372.

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

Color convert

RGB17222080-
CMYK0.2200.640.14
HSL80.57º66.67%58.82%-
HSV(B)80.57º63.64%86.27%-
XYZ44.0560.5416.95-
YUV189.6966.1115.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=36.44%
G=46.61%
B=16.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172220800.2200.640.1480.5766.6758.82
HexACDC5016040E51433b
Octal2543341202601001612110373
Binary101011001101110010100001011001000000111010100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC50; }

 p { color: rgb(172,220,80); }

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

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

 a { background-color: rgb(172,220,80); }

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

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

 span { border-color: rgb(172,220,80); }

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