#9AE041

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

Shades of Atlantis #9AE041

Tints of Atlantis #9AE041

Color information

#9AE041 (or 0x9AE041) is unknown color: approx Atlantis. HEX triplet: 9A, E0 and 41. RGB value is (154,224,65). Sum of RGB (Red+Green+Blue) = 154+224+65=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE041 is #651FBE. Grayscale: #B9B9B9. Windows color (decimal): -6627263 or 4317338. OLE color: 4317338.

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

Color convert

RGB15422465-
CMYK0.3100.710.12
HSL86.42º71.95%56.67%-
HSV(B)86.42º70.98%87.84%-
XYZ40.9460.5614.53-
YUV184.9460.31105.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 224 (87.89% from 255) = 50.56%
BLUE value IS 65 (25.78% from 255) = 14.67%
R=34.76%
G=50.56%
B=14.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154224650.3100.710.1286.4271.9556.67
Hex9AE0411F047C564839
Octal2323401013701071412611071
Binary100110101110000010000011111101000111110010101101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,65); }

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

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

 a { background-color: rgb(154,224,65); }

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

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

 span { border-color: rgb(154,224,65); }

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