#9CFAAB

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

Shades of Pale Green #9CFAAB

Tints of Pale Green #9CFAAB

Color information

#9CFAAB (or 0x9CFAAB) is unknown color: approx Pale Green. HEX triplet: 9C, FA and AB. RGB value is (156,250,171). Sum of RGB (Red+Green+Blue) = 156+250+171=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAAB is #630554. Grayscale: #D5D5D5. Windows color (decimal): -6489429 or 11270812. OLE color: 11270812.

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

Color convert

RGB156250171-
CMYK0.3800.320.02
HSL129.57º90.38%79.61%-
HSV(B)129.57º37.6%98.04%-
XYZ55.2578.3850.75-
YUV212.89104.3687.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=27.04%
G=43.33%
B=29.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501710.3800.320.02129.5790.3879.61
Hex9CFAAB260202825a50
Octal234372253460402202132120
Binary1001110011111010101010111001100100000101000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,171); }

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

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

 a { background-color: rgb(156,250,171); }

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

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

 span { border-color: rgb(156,250,171); }

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