Html Css Color HEX #8EE949 Atlantis

📋 copy color: '#8EE949'

red 142 ◦ green 233 ◦ blue 73

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

Shades of Atlantis #8EE949

Tints of Atlantis #8EE949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.29%

R = 31.7%
G = 52.01%
B = 16.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#8EE949 (or 0x8EE949) is known color: Atlantis. HEX triplet: 8E, E9 and 49. RGB value is (142,233,73). Sum of RGB (Red+Green+Blue) = 142+233+73=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE949 is #7116B6. Grayscale: #BCBCBC. Windows color (decimal): -7411383 or 4843918. OLE color: 4843918.

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

Color convert

RGB 142 233 73 -
CMYK 0.39 0 0.69 0.09
HSL 94.13º 0.78% 0.6% -
HSV(B) 94.13º 0.69% 0.91% -
XYZ 41.5 64.51 16.57 -
YUV 187.55 63.35 95.51 -
System Red Green Blue C M Y K H S L
Decimal 142 233 73 0.39 0 0.69 0.09 94.13 0.78 0.6
Hex 8E E9 49 27 0 45 9 5E 4E 3C
Octal 216 351 111 47 0 105 11 136 116 74
Binary 10001110 11101001 1001001 100111 0 1000101 1001 1011110 1001110 111100

Color Harmonies of #8EE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE949

Black with #8EE949

Text Example


Text Example

White with #8EE949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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