#8AE949

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

Shades of Atlantis #8AE949

Tints of Atlantis #8AE949

Color information

#8AE949 (or 0x8AE949) is unknown color: approx Atlantis. HEX triplet: 8A, E9 and 49. RGB value is (138,233,73). Sum of RGB (Red+Green+Blue) = 138+233+73=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE949 is #7516B6. Grayscale: #BABABA. Windows color (decimal): -7673527 or 4843914. OLE color: 4843914.

HSL color Cylindrical-coordinate representation of color #8AE949: hue angle of 95.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AE949 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB13823373-
CMYK0.4100.690.09
HSL95.62º78.43%60%-
HSV(B)95.62º68.67%91.37%-
XYZ40.8264.1616.54-
YUV186.3664.0393.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 233 (91.41% from 255) = 52.48%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=31.08%
G=52.48%
B=16.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138233730.4100.690.0995.6278.4360
Hex8AE949290459604e3c
Octal2123511115101051114011674
Binary1000101011101001100100110100101000101100111000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE949; }

 p { color: rgb(138,233,73); }

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

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

 a { background-color: rgb(138,233,73); }

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

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

 span { border-color: rgb(138,233,73); }

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