#8AEE4D

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

Shades of Atlantis #8AEE4D

Tints of Atlantis #8AEE4D

Color information

#8AEE4D (or 0x8AEE4D) is unknown color: approx Atlantis. HEX triplet: 8A, EE and 4D. RGB value is (138,238,77). Sum of RGB (Red+Green+Blue) = 138+238+77=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEE4D is #7511B2. Grayscale: #BEBEBE. Windows color (decimal): -7672243 or 5107338. OLE color: 5107338.

HSL color Cylindrical-coordinate representation of color #8AEE4D: hue angle of 97.27º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AEE4D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13823877-
CMYK0.4200.680.07
HSL97.27º82.56%61.76%-
HSV(B)97.27º67.65%93.33%-
XYZ42.467.0917.74-
YUV189.7564.3791.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 238 (93.36% from 255) = 52.54%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=30.46%
G=52.54%
B=17.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138238770.4200.680.0797.2782.5661.76
Hex8AEE4D2A044761533e
Octal212356115520104714112376
Binary100010101110111010011011010100100010011111000011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,77); }

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

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

 a { background-color: rgb(138,238,77); }

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

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

 span { border-color: rgb(138,238,77); }

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