#ACE033

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

Shades of Atlantis #ACE033

Tints of Atlantis #ACE033

Color information

#ACE033 (or 0xACE033) is unknown color: approx Atlantis. HEX triplet: AC, E0 and 33. RGB value is (172,224,51). Sum of RGB (Red+Green+Blue) = 172+224+51=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE033 is #531FCC. Grayscale: #BDBDBD. Windows color (decimal): -5447629 or 3399852. OLE color: 3399852.

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

Color convert

RGB17222451-
CMYK0.2300.770.12
HSL78.03º73.62%53.92%-
HSV(B)78.03º77.23%87.84%-
XYZ44.2762.3212.83-
YUV188.7350.27116.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 224 (87.89% from 255) = 50.11%
BLUE value IS 51 (20.31% from 255) = 11.41%
R=38.48%
G=50.11%
B=11.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172224510.2300.770.1278.0373.6253.92
HexACE0331704DC4e4a36
Octal254340632701151411611266
Binary10101100111000001100111011101001101110010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE033; }

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

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

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

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

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

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

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

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