Html Css Color HEX #8EE84A Atlantis

📋 copy color: '#8EE84A'

red 142 ◦ green 232 ◦ blue 74

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

Shades of Atlantis #8EE84A

Tints of Atlantis #8EE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.79%

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 31.7%
G = 51.79%
B = 16.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#8EE84A (or 0x8EE84A) is known color: Atlantis. HEX triplet: 8E, E8 and 4A. RGB value is (142,232,74). Sum of RGB (Red+Green+Blue) = 142+232+74=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE84A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE84A is #7117B5. Grayscale: #BBBBBB. Windows color (decimal): -7411638 or 4909198. OLE color: 4909198.

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

Color convert

RGB 142 232 74 -
CMYK 0.39 0 0.68 0.09
HSL 94.18º 0.77% 0.6% -
HSV(B) 94.18º 0.68% 0.91% -
XYZ 41.25 63.96 16.65 -
YUV 187.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 142 232 74 0.39 0 0.68 0.09 94.18 0.77 0.6
Hex 8E E8 4A 27 0 44 9 5E 4D 3C
Octal 216 350 112 47 0 104 11 136 115 74
Binary 10001110 11101000 1001010 100111 0 1000100 1001 1011110 1001101 111100

Color Harmonies of #8EE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE84A

Black with #8EE84A

Text Example


Text Example

White with #8EE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,232,74); }

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

background-color css

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

 a { background-color: rgb(142,232,74); }

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

border-color css

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

 span { border-color: rgb(142,232,74); }

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