#9FFCAB

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

Shades of Pale Green #9FFCAB

Tints of Pale Green #9FFCAB

Color information

#9FFCAB (or 0x9FFCAB) is unknown color: approx Pale Green. HEX triplet: 9F, FC and AB. RGB value is (159,252,171). Sum of RGB (Red+Green+Blue) = 159+252+171=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFCAB is #600354. Grayscale: #D7D7D7. Windows color (decimal): -6292309 or 11271327. OLE color: 11271327.

HSL color Cylindrical-coordinate representation of color #9FFCAB: hue angle of 127.74º degrees, saturation: 0.94, 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 #9FFCAB is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB159252171-
CMYK0.3700.320.01
HSL127.74º93.94%80.59%-
HSV(B)127.74º36.9%98.82%-
XYZ56.4679.9350.98-
YUV214.96103.1988.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=27.32%
G=43.30%
B=29.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592521710.3700.320.01127.7493.9480.59
Hex9FFCAB250201805e51
Octal237374253450401200136121
Binary100111111111110010101011100101010000011000000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,252,171); }

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

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

 a { background-color: rgb(159,252,171); }

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

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

 span { border-color: rgb(159,252,171); }

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