Html Css Color HEX #8FF146 Atlantis

📋 copy color: '#8FF146'

red 143 ◦ green 241 ◦ blue 70

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

Shades of Atlantis #8FF146

Tints of Atlantis #8FF146

RGB

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

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

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

R = 31.5%
G = 53.08%
B = 15.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#8FF146 (or 0x8FF146) is known color: Atlantis. HEX triplet: 8F, F1 and 46. RGB value is (143,241,70). Sum of RGB (Red+Green+Blue) = 143+241+70=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF146 is #700EB9. Grayscale: #C0C0C0. Windows color (decimal): -7343802 or 4649359. OLE color: 4649359.

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

Color convert

RGB 143 241 70 -
CMYK 0.41 0 0.71 0.05
HSL 94.39º 0.86% 0.61% -
HSV(B) 94.39º 0.71% 0.95% -
XYZ 43.89 69.19 16.84 -
YUV 192.2 59.03 92.9 -
System Red Green Blue C M Y K H S L
Decimal 143 241 70 0.41 0 0.71 0.05 94.39 0.86 0.61
Hex 8F F1 46 29 0 47 5 5E 56 3D
Octal 217 361 106 51 0 107 5 136 126 75
Binary 10001111 11110001 1000110 101001 0 1000111 101 1011110 1010110 111101

Color Harmonies of #8FF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF146

Black with #8FF146

Text Example


Text Example

White with #8FF146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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