Html Css Color HEX #9DFDAF Pale Green

📋 copy color: '#9DFDAF'

red 157 ◦ green 253 ◦ blue 175

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

Shades of Pale Green #9DFDAF

Tints of Pale Green #9DFDAF

RGB

 RED value IS 157 (61.72% from 255) = 26.84%

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

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

R = 26.84%
G = 43.25%
B = 29.91%

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

#9DFDAF (or 0x9DFDAF) is known color: Pale Green. HEX triplet: 9D, FD and AF. RGB value is (157,253,175). Sum of RGB (Red+Green+Blue) = 157+253+175=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFDAF is #620250. Grayscale: #D7D7D7. Windows color (decimal): -6423121 or 11533725. OLE color: 11533725.

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

Color convert

RGB 157 253 175 -
CMYK 0.38 0 0.31 0.01
HSL 131.25º 0.96% 0.8% -
HSV(B) 131.25º 0.38% 0.99% -
XYZ 56.77 80.51 53.11 -
YUV 215.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 157 253 175 0.38 0 0.31 0.01 131.25 0.96 0.8
Hex 9D FD AF 26 0 1F 1 83 60 50
Octal 235 375 257 46 0 37 1 203 140 120
Binary 10011101 11111101 10101111 100110 0 11111 1 10000011 1100000 1010000

Color Harmonies of #9DFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDAF

Black with #9DFDAF

Text Example


Text Example

White with #9DFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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