#ACE069

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

Shades of Conifer #ACE069

Tints of Conifer #ACE069

Color information

#ACE069 (or 0xACE069) is unknown color: approx Conifer. HEX triplet: AC, E0 and 69. RGB value is (172,224,105). Sum of RGB (Red+Green+Blue) = 172+224+105=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE069 is #531F96. Grayscale: #C3C3C3. Windows color (decimal): -5447575 or 6938796. OLE color: 6938796.

HSL color Cylindrical-coordinate representation of color #ACE069: hue angle of 86.22º 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 #ACE069 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB172224105-
CMYK0.2300.530.12
HSL86.22º65.75%64.51%-
HSV(B)86.22º53.12%87.84%-
XYZ46.2263.123.11-
YUV194.8977.27111.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 105 (41.41% from 255) = 20.96%
R=34.33%
G=44.71%
B=20.96%

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
Decimal1722241050.2300.530.1286.2265.7564.51
HexACE06917035C564241
Octal2543401512706514126102101
Binary101011001110000011010011011101101011100101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE069; }

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

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

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

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

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

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

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

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