#ACDC5E

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

Shades of Conifer #ACDC5E

Tints of Conifer #ACDC5E

Color information

#ACDC5E (or 0xACDC5E) is unknown color: approx Conifer. HEX triplet: AC, DC and 5E. RGB value is (172,220,94). Sum of RGB (Red+Green+Blue) = 172+220+94=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC5E is #5323A1. Grayscale: #BFBFBF. Windows color (decimal): -5448610 or 6216876. OLE color: 6216876.

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

Color convert

RGB17222094-
CMYK0.2200.570.14
HSL82.86º64.29%61.57%-
HSV(B)82.86º57.27%86.27%-
XYZ44.6360.7719.97-
YUV191.2873.1114.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=35.39%
G=45.27%
B=19.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172220940.2200.570.1482.8664.2961.57
HexACDC5E16039E53403e
Octal254334136260711612310076
Binary10101100110111001011110101100111001111010100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC5E; }

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

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

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

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

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

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

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

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