#9CFCAC

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

Shades of Pale Green #9CFCAC

Tints of Pale Green #9CFCAC

Color information

#9CFCAC (or 0x9CFCAC) is unknown color: approx Pale Green. HEX triplet: 9C, FC and AC. RGB value is (156,252,172). Sum of RGB (Red+Green+Blue) = 156+252+172=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFCAC is #630353. Grayscale: #D6D6D6. Windows color (decimal): -6488916 or 11336860. OLE color: 11336860.

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

Color convert

RGB156252172-
CMYK0.3800.320.01
HSL130º94.12%80%-
HSV(B)130º38.1%98.82%-
XYZ55.9779.6751.46-
YUV214.18104.286.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=26.90%
G=43.45%
B=29.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562521720.3800.320.0113094.1280
Hex9CFCAC260201825e50
Octal234374254460401202136120
Binary100111001111110010101100100110010000011000001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,252,172); }

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

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

 a { background-color: rgb(156,252,172); }

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

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

 span { border-color: rgb(156,252,172); }

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