Html Css Color HEX #9EFDAF Pale Green

📋 copy color: '#9EFDAF'

red 158 ◦ green 253 ◦ blue 175

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

Shades of Pale Green #9EFDAF

Tints of Pale Green #9EFDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 26.96%
G = 43.17%
B = 29.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#9EFDAF (or 0x9EFDAF) is known color: Pale Green. HEX triplet: 9E, FD and AF. RGB value is (158,253,175). Sum of RGB (Red+Green+Blue) = 158+253+175=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFDAF is #610250. Grayscale: #D7D7D7. Windows color (decimal): -6357585 or 11533726. OLE color: 11533726.

HSL color Cylindrical-coordinate representation of color #9EFDAF: hue angle of 130.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDAF is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 175 -
CMYK 0.38 0 0.31 0.01
HSL 130.74º 0.96% 0.81% -
HSV(B) 130.74º 0.38% 0.99% -
XYZ 56.96 80.61 53.12 -
YUV 215.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 158 253 175 0.38 0 0.31 0.01 130.74 0.96 0.81
Hex 9E FD AF 26 0 1F 1 83 60 51
Octal 236 375 257 46 0 37 1 203 140 121
Binary 10011110 11111101 10101111 100110 0 11111 1 10000011 1100000 1010001

Color Harmonies of #9EFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDAF

Black with #9EFDAF

Text Example


Text Example

White with #9EFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,175); }

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

background-color css

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

 a { background-color: rgb(158,253,175); }

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

border-color css

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

 span { border-color: rgb(158,253,175); }

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