#9CFAA1

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

Shades of Pale Green #9CFAA1

Tints of Pale Green #9CFAA1

Color information

#9CFAA1 (or 0x9CFAA1) is unknown color: approx Pale Green. HEX triplet: 9C, FA and A1. RGB value is (156,250,161). Sum of RGB (Red+Green+Blue) = 156+250+161=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFAA1 is #63055E. Grayscale: #D4D4D4. Windows color (decimal): -6489439 or 10615452. OLE color: 10615452.

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

Color convert

RGB156250161-
CMYK0.3800.360.02
HSL123.19º90.38%79.61%-
HSV(B)123.19º37.6%98.04%-
XYZ54.3378.0145.91-
YUV211.7599.3688.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.51%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 161 (63.28% from 255) = 28.40%
R=27.51%
G=44.09%
B=28.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501610.3800.360.02123.1990.3879.61
Hex9CFAA12602427b5a50
Octal234372241460442173132120
Binary100111001111101010100001100110010010010111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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