Html Css Color HEX #9EF1A0 Pale Green

📋 copy color: '#9EF1A0'

red 158 ◦ green 241 ◦ blue 160

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

Shades of Pale Green #9EF1A0

Tints of Pale Green #9EF1A0

RGB

 RED value IS 158 (62.11% from 255) = 28.26%

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

 BLUE value IS 160 (62.89% from 255) = 28.62%

R = 28.26%
G = 43.11%
B = 28.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#9EF1A0 (or 0x9EF1A0) is known color: Pale Green. HEX triplet: 9E, F1 and A0. RGB value is (158,241,160). Sum of RGB (Red+Green+Blue) = 158+241+160=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF1A0 is #610E5F. Grayscale: #CFCFCF. Windows color (decimal): -6360672 or 10547614. OLE color: 10547614.

HSL color Cylindrical-coordinate representation of color #9EF1A0: hue angle of 121.45º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1A0 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 160 -
CMYK 0.34 0 0.34 0.05
HSL 121.45º 0.75% 0.78% -
HSV(B) 121.45º 0.34% 0.95% -
XYZ 51.9 72.72 44.56 -
YUV 206.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 158 241 160 0.34 0 0.34 0.05 121.45 0.75 0.78
Hex 9E F1 A0 22 0 22 5 79 4B 4E
Octal 236 361 240 42 0 42 5 171 113 116
Binary 10011110 11110001 10100000 100010 0 100010 101 1111001 1001011 1001110

Color Harmonies of #9EF1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1A0

Black with #9EF1A0

Text Example


Text Example

White with #9EF1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,241,160); }

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

background-color css

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

 a { background-color: rgb(158,241,160); }

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

border-color css

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

 span { border-color: rgb(158,241,160); }

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