#ACE432

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

Shades of Atlantis #ACE432

Tints of Atlantis #ACE432

Color information

#ACE432 (or 0xACE432) is unknown color: approx Atlantis. HEX triplet: AC, E4 and 32. RGB value is (172,228,50). Sum of RGB (Red+Green+Blue) = 172+228+50=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE432 is #531BCD. Grayscale: #BFBFBF. Windows color (decimal): -5446606 or 3335340. OLE color: 3335340.

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

Color convert

RGB17222850-
CMYK0.2500.780.11
HSL78.88º76.72%54.51%-
HSV(B)78.88º78.07%89.41%-
XYZ45.3364.4913.08-
YUV190.9648.45114.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 228 (89.45% from 255) = 50.67%
BLUE value IS 50 (19.92% from 255) = 11.11%
R=38.22%
G=50.67%
B=11.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172228500.2500.780.1178.8876.7254.51
HexACE4321904EB4f4d37
Octal254344623101161311711567
Binary10101100111001001100101100101001110101110011111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE432; }

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

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

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

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

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

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

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

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