Html Css Color HEX #9EFAAA Pale Green

📋 copy color: '#9EFAAA'

red 158 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #9EFAAA

Tints of Pale Green #9EFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 170 (66.8% from 255) = 29.41%

R = 27.34%
G = 43.25%
B = 29.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#9EFAAA (or 0x9EFAAA) is known color: Pale Green. HEX triplet: 9E, FA and AA. RGB value is (158,250,170). Sum of RGB (Red+Green+Blue) = 158+250+170=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFAAA is #610555. Grayscale: #D5D5D5. Windows color (decimal): -6358358 or 11205278. OLE color: 11205278.

HSL color Cylindrical-coordinate representation of color #9EFAAA: hue angle of 127.83º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAAA is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 170 -
CMYK 0.37 0 0.32 0.02
HSL 127.83º 0.9% 0.8% -
HSV(B) 127.83º 0.37% 0.98% -
XYZ 55.54 78.54 50.26 -
YUV 213.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 158 250 170 0.37 0 0.32 0.02 127.83 0.9 0.8
Hex 9E FA AA 25 0 20 2 80 5A 50
Octal 236 372 252 45 0 40 2 200 132 120
Binary 10011110 11111010 10101010 100101 0 100000 10 10000000 1011010 1010000

Color Harmonies of #9EFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAAA

Black with #9EFAAA

Text Example


Text Example

White with #9EFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,170); }

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

background-color css

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

 a { background-color: rgb(158,250,170); }

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

border-color css

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

 span { border-color: rgb(158,250,170); }

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