Html Css Color HEX #8EE952 Atlantis

📋 copy color: '#8EE952'

red 142 ◦ green 233 ◦ blue 82

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

Shades of Atlantis #8EE952

Tints of Atlantis #8EE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 31.07%
G = 50.98%
B = 17.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#8EE952 (or 0x8EE952) is known color: Atlantis. HEX triplet: 8E, E9 and 52. RGB value is (142,233,82). Sum of RGB (Red+Green+Blue) = 142+233+82=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE952 is #7116AD. Grayscale: #BDBDBD. Windows color (decimal): -7411374 or 5433742. OLE color: 5433742.

HSL color Cylindrical-coordinate representation of color #8EE952: hue angle of 96.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EE952 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 233 82 -
CMYK 0.39 0 0.65 0.09
HSL 96.16º 0.77% 0.62% -
HSV(B) 96.16º 0.65% 0.91% -
XYZ 41.82 64.64 18.25 -
YUV 188.58 67.85 94.78 -
System Red Green Blue C M Y K H S L
Decimal 142 233 82 0.39 0 0.65 0.09 96.16 0.77 0.62
Hex 8E E9 52 27 0 41 9 60 4D 3E
Octal 216 351 122 47 0 101 11 140 115 76
Binary 10001110 11101001 1010010 100111 0 1000001 1001 1100000 1001101 111110

Color Harmonies of #8EE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE952

Black with #8EE952

Text Example


Text Example

White with #8EE952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,233,82); }

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

background-color css

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

 a { background-color: rgb(142,233,82); }

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

border-color css

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

 span { border-color: rgb(142,233,82); }

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