Html Css Color HEX #8EEA32 Atlantis

📋 copy color: '#8EEA32'

red 142 ◦ green 234 ◦ blue 50

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

Shades of Atlantis #8EEA32

Tints of Atlantis #8EEA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.93%

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 33.33%
G = 54.93%
B = 11.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#8EEA32 (or 0x8EEA32) is known color: Atlantis. HEX triplet: 8E, EA and 32. RGB value is (142,234,50). Sum of RGB (Red+Green+Blue) = 142+234+50=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA32 is #7115CD. Grayscale: #BABABA. Windows color (decimal): -7411150 or 3336846. OLE color: 3336846.

HSL color Cylindrical-coordinate representation of color #8EEA32: hue angle of 90º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EEA32 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 234 50 -
CMYK 0.39 0 0.79 0.08
HSL 90º 0.81% 0.56% -
HSV(B) 90º 0.79% 0.92% -
XYZ 41.15 64.83 13.36 -
YUV 185.52 51.52 96.96 -
System Red Green Blue C M Y K H S L
Decimal 142 234 50 0.39 0 0.79 0.08 90 0.81 0.56
Hex 8E EA 32 27 0 4F 8 5A 51 38
Octal 216 352 62 47 0 117 10 132 121 70
Binary 10001110 11101010 110010 100111 0 1001111 1000 1011010 1010001 111000

Color Harmonies of #8EEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEA32

Black with #8EEA32

Text Example


Text Example

White with #8EEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,234,50); }

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

background-color css

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

 a { background-color: rgb(142,234,50); }

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

border-color css

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

 span { border-color: rgb(142,234,50); }

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