#96FC90

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

Shades of Pale Green #96FC90

Tints of Pale Green #96FC90

Color information

#96FC90 (or 0x96FC90) is unknown color: approx Pale Green. HEX triplet: 96, FC and 90. RGB value is (150,252,144). Sum of RGB (Red+Green+Blue) = 150+252+144=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FC90 is #69036F. Grayscale: #D1D1D1. Windows color (decimal): -6882160 or 9501846. OLE color: 9501846.

HSL color Cylindrical-coordinate representation of color #96FC90: hue angle of 116.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96FC90 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB150252144-
CMYK0.4000.430.01
HSL116.67º94.74%77.65%-
HSV(B)116.67º42.86%98.82%-
XYZ52.4278.1238.7-
YUV209.1991.2185.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=27.47%
G=46.15%
B=26.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521440.4000.430.01116.6794.7477.65
Hex96FC902802B1755f4e
Octal226374220500531165137116
Binary10010110111111001001000010100001010111111010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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