#8EEF38

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

Shades of Atlantis #8EEF38

Tints of Atlantis #8EEF38

Color information

#8EEF38 (or 0x8EEF38) is unknown color: approx Atlantis. HEX triplet: 8E, EF and 38. RGB value is (142,239,56). Sum of RGB (Red+Green+Blue) = 142+239+56=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEF38 is #7110C7. Grayscale: #BDBDBD. Windows color (decimal): -7409864 or 3731342. OLE color: 3731342.

HSL color Cylindrical-coordinate representation of color #8EEF38: hue angle of 91.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EEF38 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB14223956-
CMYK0.4100.770.06
HSL91.8º85.12%57.84%-
HSV(B)91.8º76.57%93.73%-
XYZ42.7467.7714.57-
YUV189.1452.8694.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 239 (93.75% from 255) = 54.69%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=32.49%
G=54.69%
B=12.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142239560.4100.770.0691.885.1257.84
Hex8EEF382904D65c553a
Octal21635770510115613412572
Binary10001110111011111110001010010100110111010111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,56); }

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

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

 a { background-color: rgb(142,239,56); }

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

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

 span { border-color: rgb(142,239,56); }

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