Html Css Color HEX #8FF142 Atlantis

📋 copy color: '#8FF142'

red 143 ◦ green 241 ◦ blue 66

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

Shades of Atlantis #8FF142

Tints of Atlantis #8FF142

RGB

 RED value IS 143 (56.25% from 255) = 31.78%

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

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 31.78%
G = 53.56%
B = 14.67%

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

#8FF142 (or 0x8FF142) is known color: Atlantis. HEX triplet: 8F, F1 and 42. RGB value is (143,241,66). Sum of RGB (Red+Green+Blue) = 143+241+66=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF142 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF142 is #700EBD. Grayscale: #C0C0C0. Windows color (decimal): -7343806 or 4387215. OLE color: 4387215.

HSL color Cylindrical-coordinate representation of color #8FF142: hue angle of 93.6º 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 #8FF142 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 241 66 -
CMYK 0.41 0 0.73 0.05
HSL 93.6º 0.86% 0.6% -
HSV(B) 93.6º 0.73% 0.95% -
XYZ 43.77 69.14 16.19 -
YUV 191.75 57.03 93.23 -
System Red Green Blue C M Y K H S L
Decimal 143 241 66 0.41 0 0.73 0.05 93.6 0.86 0.6
Hex 8F F1 42 29 0 49 5 5E 56 3C
Octal 217 361 102 51 0 111 5 136 126 74
Binary 10001111 11110001 1000010 101001 0 1001001 101 1011110 1010110 111100

Color Harmonies of #8FF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF142

Black with #8FF142

Text Example


Text Example

White with #8FF142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,241,66); }

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

background-color css

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

 a { background-color: rgb(143,241,66); }

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

border-color css

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

 span { border-color: rgb(143,241,66); }

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