#ACE06A

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

Shades of Conifer #ACE06A

Tints of Conifer #ACE06A

Color information

#ACE06A (or 0xACE06A) is unknown color: approx Conifer. HEX triplet: AC, E0 and 6A. RGB value is (172,224,106). Sum of RGB (Red+Green+Blue) = 172+224+106=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE06A is #531F95. Grayscale: #C3C3C3. Windows color (decimal): -5447574 or 7004332. OLE color: 7004332.

HSL color Cylindrical-coordinate representation of color #ACE06A: hue angle of 86.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACE06A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB172224106-
CMYK0.2300.530.12
HSL86.44º65.56%64.71%-
HSV(B)86.44º52.68%87.84%-
XYZ46.2763.1223.38-
YUV19577.77111.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 224 (87.89% from 255) = 44.62%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=34.26%
G=44.62%
B=21.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241060.2300.530.1286.4465.5664.71
HexACE06A17035C564241
Octal2543401522706514126102101
Binary101011001110000011010101011101101011100101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE06A; }

 p { color: rgb(172,224,106); }

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

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

 a { background-color: rgb(172,224,106); }

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

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

 span { border-color: rgb(172,224,106); }

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