Html Css Color HEX #9FFDAF Pale Green

📋 copy color: '#9FFDAF'

red 159 ◦ green 253 ◦ blue 175

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

Shades of Pale Green #9FFDAF

Tints of Pale Green #9FFDAF

RGB

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

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

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

R = 27.09%
G = 43.1%
B = 29.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#9FFDAF (or 0x9FFDAF) is known color: Pale Green. HEX triplet: 9F, FD and AF. RGB value is (159,253,175). Sum of RGB (Red+Green+Blue) = 159+253+175=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFDAF is #600250. Grayscale: #D8D8D8. Windows color (decimal): -6292049 or 11533727. OLE color: 11533727.

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

Color convert

RGB 159 253 175 -
CMYK 0.37 0 0.31 0.01
HSL 130.21º 0.96% 0.81% -
HSV(B) 130.21º 0.37% 0.99% -
XYZ 57.16 80.72 53.12 -
YUV 216 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 159 253 175 0.37 0 0.31 0.01 130.21 0.96 0.81
Hex 9F FD AF 25 0 1F 1 82 60 51
Octal 237 375 257 45 0 37 1 202 140 121
Binary 10011111 11111101 10101111 100101 0 11111 1 10000010 1100000 1010001

Color Harmonies of #9FFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFDAF

Black with #9FFDAF

Text Example


Text Example

White with #9FFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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