Html Css Color HEX #8EE33A Atlantis

📋 copy color: '#8EE33A'

red 142 ◦ green 227 ◦ blue 58

#8EE33A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8EE33A

Tints of Atlantis #8EE33A

RGB

 RED value IS 142 (55.86% from 255) = 33.26%

 GREEN value IS 227 (89.06% from 255) = 53.16%

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 33.26%
G = 53.16%
B = 13.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#8EE33A (or 0x8EE33A) is known color: Atlantis. HEX triplet: 8E, E3 and 3A. RGB value is (142,227,58). Sum of RGB (Red+Green+Blue) = 142+227+58=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE33A is #711CC5. Grayscale: #B6B6B6. Windows color (decimal): -7412934 or 3859342. OLE color: 3859342.

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

Color convert

RGB 142 227 58 -
CMYK 0.37 0 0.74 0.11
HSL 90.18º 0.75% 0.56% -
HSV(B) 90.18º 0.74% 0.89% -
XYZ 39.39 60.99 13.7 -
YUV 182.32 57.84 99.24 -
System Red Green Blue C M Y K H S L
Decimal 142 227 58 0.37 0 0.74 0.11 90.18 0.75 0.56
Hex 8E E3 3A 25 0 4A B 5A 4B 38
Octal 216 343 72 45 0 112 13 132 113 70
Binary 10001110 11100011 111010 100101 0 1001010 1011 1011010 1001011 111000

Color Harmonies of #8EE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE33A

Black with #8EE33A

Text Example


Text Example

White with #8EE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,227,58); }

 H1.HeaderClassName
 {
   color: #8EE33A;
 }
 .AnyTagClassName
 {
   color: #8EE33A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,227,58); }

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

border-color css

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

 span { border-color: rgb(142,227,58); }

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