Html Css Color HEX #8EF141 Atlantis

📋 copy color: '#8EF141'

red 142 ◦ green 241 ◦ blue 65

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

Shades of Atlantis #8EF141

Tints of Atlantis #8EF141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.79%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 31.7%
G = 53.79%
B = 14.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#8EF141 (or 0x8EF141) is known color: Atlantis. HEX triplet: 8E, F1 and 41. RGB value is (142,241,65). Sum of RGB (Red+Green+Blue) = 142+241+65=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF141 is #710EBE. Grayscale: #BFBFBF. Windows color (decimal): -7409343 or 4321678. OLE color: 4321678.

HSL color Cylindrical-coordinate representation of color #8EF141: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EF141 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 241 65 -
CMYK 0.41 0 0.73 0.05
HSL 93.75º 0.86% 0.6% -
HSV(B) 93.75º 0.73% 0.95% -
XYZ 43.56 69.04 16.03 -
YUV 191.34 56.7 92.81 -
System Red Green Blue C M Y K H S L
Decimal 142 241 65 0.41 0 0.73 0.05 93.75 0.86 0.6
Hex 8E F1 41 29 0 49 5 5E 56 3C
Octal 216 361 101 51 0 111 5 136 126 74
Binary 10001110 11110001 1000001 101001 0 1001001 101 1011110 1010110 111100

Color Harmonies of #8EF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF141

Black with #8EF141

Text Example


Text Example

White with #8EF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,241,65); }

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

background-color css

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

 a { background-color: rgb(142,241,65); }

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

border-color css

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

 span { border-color: rgb(142,241,65); }

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