#AACE39

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

Shades of Atlantis #AACE39

Tints of Atlantis #AACE39

Color information

#AACE39 (or 0xAACE39) is unknown color: approx Atlantis. HEX triplet: AA, CE and 39. RGB value is (170,206,57). Sum of RGB (Red+Green+Blue) = 170+206+57=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE39 is #5531C6. Grayscale: #B2B2B2. Windows color (decimal): -5583303 or 3788458. OLE color: 3788458.

HSL color Cylindrical-coordinate representation of color #AACE39: hue angle of 74.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AACE39 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB17020657-
CMYK0.1700.720.19
HSL74.5º60.32%51.57%-
HSV(B)74.5º72.33%80.78%-
XYZ39.3952.9812.02-
YUV178.2559.57122.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=39.26%
G=47.58%
B=13.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170206570.1700.720.1974.560.3251.57
HexAACE3911048134a3c34
Octal25231671210110231127464
Binary10101010110011101110011000101001000100111001010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE39; }

 p { color: rgb(170,206,57); }

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

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

 a { background-color: rgb(170,206,57); }

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

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

 span { border-color: rgb(170,206,57); }

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