Html Css Color HEX #8FF148 Atlantis

📋 copy color: '#8FF148'

red 143 ◦ green 241 ◦ blue 72

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

Shades of Atlantis #8FF148

Tints of Atlantis #8FF148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 31.36%
G = 52.85%
B = 15.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#8FF148 (or 0x8FF148) is known color: Atlantis. HEX triplet: 8F, F1 and 48. RGB value is (143,241,72). Sum of RGB (Red+Green+Blue) = 143+241+72=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF148 is #700EB7. Grayscale: #C1C1C1. Windows color (decimal): -7343800 or 4780431. OLE color: 4780431.

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

Color convert

RGB 143 241 72 -
CMYK 0.41 0 0.70 0.05
HSL 94.79º 0.86% 0.61% -
HSV(B) 94.79º 0.7% 0.95% -
XYZ 43.95 69.22 17.17 -
YUV 192.43 60.03 92.74 -
System Red Green Blue C M Y K H S L
Decimal 143 241 72 0.41 0 0.70 0.05 94.79 0.86 0.61
Hex 8F F1 48 29 0 46 5 5F 56 3D
Octal 217 361 110 51 0 106 5 137 126 75
Binary 10001111 11110001 1001000 101001 0 1000110 101 1011111 1010110 111101

Color Harmonies of #8FF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF148

Black with #8FF148

Text Example


Text Example

White with #8FF148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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