Html Css Color HEX #8FF144 Atlantis

📋 copy color: '#8FF144'

red 143 ◦ green 241 ◦ blue 68

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

Shades of Atlantis #8FF144

Tints of Atlantis #8FF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 31.64%
G = 53.32%
B = 15.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#8FF144 (or 0x8FF144) is known color: Atlantis. HEX triplet: 8F, F1 and 44. RGB value is (143,241,68). Sum of RGB (Red+Green+Blue) = 143+241+68=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF144 is #700EBB. Grayscale: #C0C0C0. Windows color (decimal): -7343804 or 4518287. OLE color: 4518287.

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

Color convert

RGB 143 241 68 -
CMYK 0.41 0 0.72 0.05
HSL 93.99º 0.86% 0.61% -
HSV(B) 93.99º 0.72% 0.95% -
XYZ 43.83 69.17 16.51 -
YUV 191.98 58.03 93.07 -
System Red Green Blue C M Y K H S L
Decimal 143 241 68 0.41 0 0.72 0.05 93.99 0.86 0.61
Hex 8F F1 44 29 0 48 5 5E 56 3D
Octal 217 361 104 51 0 110 5 136 126 75
Binary 10001111 11110001 1000100 101001 0 1001000 101 1011110 1010110 111101

Color Harmonies of #8FF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF144

Black with #8FF144

Text Example


Text Example

White with #8FF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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