#9AE145

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

Shades of Atlantis #9AE145

Tints of Atlantis #9AE145

Color information

#9AE145 (or 0x9AE145) is unknown color: approx Atlantis. HEX triplet: 9A, E1 and 45. RGB value is (154,225,69). Sum of RGB (Red+Green+Blue) = 154+225+69=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE145 is #651EBA. Grayscale: #BABABA. Windows color (decimal): -6627003 or 4579738. OLE color: 4579738.

HSL color Cylindrical-coordinate representation of color #9AE145: hue angle of 87.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AE145 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB15422569-
CMYK0.3200.690.12
HSL87.31º72.22%57.65%-
HSV(B)87.31º69.33%88.24%-
XYZ41.3361.1515.26-
YUV185.9961.98105.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 225 (88.28% from 255) = 50.22%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=34.38%
G=50.22%
B=15.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154225690.3200.690.1287.3172.2257.65
Hex9AE14520045C57483a
Octal2323411054001051412711072
Binary1001101011100001100010110000001000101110010101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE145; }

 p { color: rgb(154,225,69); }

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

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

 a { background-color: rgb(154,225,69); }

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

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

 span { border-color: rgb(154,225,69); }

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