#96FCB5

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

Shades of Pale Green #96FCB5

Tints of Pale Green #96FCB5

Color information

#96FCB5 (or 0x96FCB5) is unknown color: approx Pale Green. HEX triplet: 96, FC and B5. RGB value is (150,252,181). Sum of RGB (Red+Green+Blue) = 150+252+181=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCB5 is #69034A. Grayscale: #D5D5D5. Windows color (decimal): -6882123 or 11926678. OLE color: 11926678.

HSL color Cylindrical-coordinate representation of color #96FCB5: hue angle of 138.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCB5 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB150252181-
CMYK0.4000.280.01
HSL138.24º94.44%78.82%-
HSV(B)138.24º40.48%98.82%-
XYZ55.7379.4456.11-
YUV213.41109.7182.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.73%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=25.73%
G=43.22%
B=31.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521810.4000.280.01138.2494.4478.82
Hex96FCB52801C18a5e4f
Octal226374265500341212136117
Binary10010110111111001011010110100001110011000101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FCB5; }

 p { color: rgb(150,252,181); }

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

<style>
 a { background-color: #96FCB5; }

 a { background-color: rgb(150,252,181); }

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

<style>
 span { border-color: #96FCB5; }

 span { border-color: rgb(150,252,181); }

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