Html Css Color HEX #9FE144 Atlantis

📋 copy color: '#9FE144'

red 159 ◦ green 225 ◦ blue 68

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

Shades of Atlantis #9FE144

Tints of Atlantis #9FE144

RGB

 RED value IS 159 (62.5% from 255) = 35.18%

 GREEN value IS 225 (88.28% from 255) = 49.78%

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

R = 35.18%
G = 49.78%
B = 15.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#9FE144 (or 0x9FE144) is known color: Atlantis. HEX triplet: 9F, E1 and 44. RGB value is (159,225,68). Sum of RGB (Red+Green+Blue) = 159+225+68=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE144 is #601EBB. Grayscale: #BBBBBB. Windows color (decimal): -6299324 or 4514207. OLE color: 4514207.

HSL color Cylindrical-coordinate representation of color #9FE144: hue angle of 85.22º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FE144 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 68 -
CMYK 0.29 0 0.70 0.12
HSL 85.22º 0.72% 0.57% -
HSV(B) 85.22º 0.7% 0.88% -
XYZ 42.27 61.64 15.14 -
YUV 187.37 60.63 107.77 -
System Red Green Blue C M Y K H S L
Decimal 159 225 68 0.29 0 0.70 0.12 85.22 0.72 0.57
Hex 9F E1 44 1D 0 46 C 55 48 39
Octal 237 341 104 35 0 106 14 125 110 71
Binary 10011111 11100001 1000100 11101 0 1000110 1100 1010101 1001000 111001

Color Harmonies of #9FE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE144

Black with #9FE144

Text Example


Text Example

White with #9FE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FE144; }

 p { color: rgb(159,225,68); }

 H1.HeaderClassName
 {
   color: #9FE144;
 }
 .AnyTagClassName
 {
   color: #9FE144;
 }
</style>

background-color css

<style>
 a { background-color: #9FE144; }

 a { background-color: rgb(159,225,68); }

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

border-color css

<style>
 span { border-color: #9FE144; }

 span { border-color: rgb(159,225,68); }

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