#ACE332

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

Shades of Atlantis #ACE332

Tints of Atlantis #ACE332

Color information

#ACE332 (or 0xACE332) is unknown color: approx Atlantis. HEX triplet: AC, E3 and 32. RGB value is (172,227,50). Sum of RGB (Red+Green+Blue) = 172+227+50=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE332 is #531CCD. Grayscale: #BFBFBF. Windows color (decimal): -5446862 or 3335084. OLE color: 3335084.

HSL color Cylindrical-coordinate representation of color #ACE332: hue angle of 78.64º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACE332 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB17222750-
CMYK0.2400.780.11
HSL78.64º75.97%54.31%-
HSV(B)78.64º77.97%89.02%-
XYZ45.0663.9412.98-
YUV190.3848.78114.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 227 (89.06% from 255) = 50.56%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=38.31%
G=50.56%
B=11.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172227500.2400.780.1178.6475.9754.31
HexACE3321804EB4f4c36
Octal254343623001161311711466
Binary10101100111000111100101100001001110101110011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE332; }

 p { color: rgb(172,227,50); }

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

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

 a { background-color: rgb(172,227,50); }

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

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

 span { border-color: rgb(172,227,50); }

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