#8AE238

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

Shades of Atlantis #8AE238

Tints of Atlantis #8AE238

Color information

#8AE238 (or 0x8AE238) is unknown color: approx Atlantis. HEX triplet: 8A, E2 and 38. RGB value is (138,226,56). Sum of RGB (Red+Green+Blue) = 138+226+56=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE238 is #751DC7. Grayscale: #B4B4B4. Windows color (decimal): -7675336 or 3728010. OLE color: 3728010.

HSL color Cylindrical-coordinate representation of color #8AE238: hue angle of 91.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AE238 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB13822656-
CMYK0.3900.750.11
HSL91.06º74.56%55.29%-
HSV(B)91.06º75.22%88.63%-
XYZ38.3960.0813.31-
YUV180.3157.8597.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 226 (88.67% from 255) = 53.81%
BLUE value IS 56 (22.27% from 255) = 13.33%
R=32.86%
G=53.81%
B=13.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138226560.3900.750.1191.0674.5655.29
Hex8AE2382704BB5b4b37
Octal212342704701131313311367
Binary100010101110001011100010011101001011101110110111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,56); }

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

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

 a { background-color: rgb(138,226,56); }

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

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

 span { border-color: rgb(138,226,56); }

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