#9AE532

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

Shades of Atlantis #9AE532

Tints of Atlantis #9AE532

Color information

#9AE532 (or 0x9AE532) is unknown color: approx Atlantis. HEX triplet: 9A, E5 and 32. RGB value is (154,229,50). Sum of RGB (Red+Green+Blue) = 154+229+50=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE532 is #651ACD. Grayscale: #BABABA. Windows color (decimal): -6625998 or 3335578. OLE color: 3335578.

HSL color Cylindrical-coordinate representation of color #9AE532: hue angle of 85.14º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AE532 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB15422950-
CMYK0.3300.780.10
HSL85.14º77.49%54.71%-
HSV(B)85.14º78.17%89.8%-
XYZ41.9263.1413-
YUV186.1751.15105.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 229 (89.84% from 255) = 52.89%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=35.57%
G=52.89%
B=11.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal154229500.3300.780.1085.1477.4954.71
Hex9AE5322104EA554d37
Octal232345624101161212511567
Binary100110101110010111001010000101001110101010101011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,229,50); }

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

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

 a { background-color: rgb(154,229,50); }

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

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

 span { border-color: rgb(154,229,50); }

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