#9FF9AA

Color #9FF9AA Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9FF9AA

Tints of Pale Green #9FF9AA

Color information

#9FF9AA (or 0x9FF9AA) is unknown color: approx Pale Green. HEX triplet: 9F, F9 and AA. RGB value is (159,249,170). Sum of RGB (Red+Green+Blue) = 159+249+170=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF9AA is #600655. Grayscale: #D5D5D5. Windows color (decimal): -6293078 or 11205023. OLE color: 11205023.

HSL color Cylindrical-coordinate representation of color #9FF9AA: hue angle of 127.33º degrees, saturation: 0.88, 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 #9FF9AA is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB159249170-
CMYK0.3600.320.02
HSL127.33º88.24%80%-
HSV(B)127.33º36.14%97.65%-
XYZ55.4378.0250.17-
YUV213.08103.6889.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.51%
GREEN value IS 249 (97.66% from 255) = 43.08%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=27.51%
G=43.08%
B=29.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592491700.3600.320.02127.3388.2480
Hex9FF9AA2402027f5850
Octal237371252440402177130120
Binary100111111111100110101010100100010000010111111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,249,170); }

 H1.HeaderClassName
 {
   color: #9FF9AA;
 }
 .AnyTagClassName
 {
   color: #9FF9AA;
 }
</style>
background-color css

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

 a { background-color: rgb(159,249,170); }

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

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

 span { border-color: rgb(159,249,170); }

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