#ACDE5E

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

Shades of Conifer #ACDE5E

Tints of Conifer #ACDE5E

Color information

#ACDE5E (or 0xACDE5E) is unknown color: approx Conifer. HEX triplet: AC, DE and 5E. RGB value is (172,222,94). Sum of RGB (Red+Green+Blue) = 172+222+94=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE5E is #5321A1. Grayscale: #C0C0C0. Windows color (decimal): -5448098 or 6217388. OLE color: 6217388.

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

Color convert

RGB17222294-
CMYK0.2300.580.13
HSL83.44º65.98%61.96%-
HSV(B)83.44º57.66%87.06%-
XYZ45.1561.8220.14-
YUV192.4672.44113.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=35.25%
G=45.49%
B=19.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172222940.2300.580.1383.4465.9861.96
HexACDE5E1703AD53423e
Octal254336136270721512310276
Binary10101100110111101011110101110111010110110100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE5E; }

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

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

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

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

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

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

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

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