Html Css Color HEX #9FFAAF Pale Green

📋 copy color: '#9FFAAF'

red 159 ◦ green 250 ◦ blue 175

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

Shades of Pale Green #9FFAAF

Tints of Pale Green #9FFAAF

RGB

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

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

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

R = 27.23%
G = 42.81%
B = 29.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#9FFAAF (or 0x9FFAAF) is known color: Pale Green. HEX triplet: 9F, FA and AF. RGB value is (159,250,175). Sum of RGB (Red+Green+Blue) = 159+250+175=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFAAF is #600550. Grayscale: #D6D6D6. Windows color (decimal): -6292817 or 11532959. OLE color: 11532959.

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

Color convert

RGB 159 250 175 -
CMYK 0.36 0 0.3 0.02
HSL 130.55º 0.9% 0.8% -
HSV(B) 130.55º 0.36% 0.98% -
XYZ 56.22 78.84 52.81 -
YUV 214.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 159 250 175 0.36 0 0.3 0.02 130.55 0.9 0.8
Hex 9F FA AF 24 0 1E 2 83 5A 50
Octal 237 372 257 44 0 36 2 203 132 120
Binary 10011111 11111010 10101111 100100 0 11110 10 10000011 1011010 1010000

Color Harmonies of #9FFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAAF

Black with #9FFAAF

Text Example


Text Example

White with #9FFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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