Html Css Color HEX #8FF141 Atlantis

📋 copy color: '#8FF141'

red 143 ◦ green 241 ◦ blue 65

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

Shades of Atlantis #8FF141

Tints of Atlantis #8FF141

RGB

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

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

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

R = 31.85%
G = 53.67%
B = 14.48%

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

#8FF141 (or 0x8FF141) is known color: Atlantis. HEX triplet: 8F, F1 and 41. RGB value is (143,241,65). Sum of RGB (Red+Green+Blue) = 143+241+65=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF141 is #700EBE. Grayscale: #C0C0C0. Windows color (decimal): -7343807 or 4321679. OLE color: 4321679.

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

Color convert

RGB 143 241 65 -
CMYK 0.41 0 0.73 0.05
HSL 93.41º 0.86% 0.6% -
HSV(B) 93.41º 0.73% 0.95% -
XYZ 43.74 69.13 16.04 -
YUV 191.63 56.53 93.31 -
System Red Green Blue C M Y K H S L
Decimal 143 241 65 0.41 0 0.73 0.05 93.41 0.86 0.6
Hex 8F F1 41 29 0 49 5 5D 56 3C
Octal 217 361 101 51 0 111 5 135 126 74
Binary 10001111 11110001 1000001 101001 0 1001001 101 1011101 1010110 111100

Color Harmonies of #8FF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF141

Black with #8FF141

Text Example


Text Example

White with #8FF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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