Html Css Color HEX #8EEA46 Atlantis

📋 copy color: '#8EEA46'

red 142 ◦ green 234 ◦ blue 70

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

Shades of Atlantis #8EEA46

Tints of Atlantis #8EEA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.7%

R = 31.84%
G = 52.47%
B = 15.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#8EEA46 (or 0x8EEA46) is known color: Atlantis. HEX triplet: 8E, EA and 46. RGB value is (142,234,70). Sum of RGB (Red+Green+Blue) = 142+234+70=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA46 is #7115B9. Grayscale: #BCBCBC. Windows color (decimal): -7411130 or 4647566. OLE color: 4647566.

HSL color Cylindrical-coordinate representation of color #8EEA46: hue angle of 93.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EEA46 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 234 70 -
CMYK 0.39 0 0.70 0.08
HSL 93.66º 0.8% 0.6% -
HSV(B) 93.66º 0.7% 0.92% -
XYZ 41.68 65.04 16.15 -
YUV 187.8 61.52 95.34 -
System Red Green Blue C M Y K H S L
Decimal 142 234 70 0.39 0 0.70 0.08 93.66 0.8 0.6
Hex 8E EA 46 27 0 46 8 5E 50 3C
Octal 216 352 106 47 0 106 10 136 120 74
Binary 10001110 11101010 1000110 100111 0 1000110 1000 1011110 1010000 111100

Color Harmonies of #8EEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEA46

Black with #8EEA46

Text Example


Text Example

White with #8EEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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