#96F99B

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

Shades of Pale Green #96F99B

Tints of Pale Green #96F99B

Color information

#96F99B (or 0x96F99B) is unknown color: approx Pale Green. HEX triplet: 96, F9 and 9B. RGB value is (150,249,155). Sum of RGB (Red+Green+Blue) = 150+249+155=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #96F99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F99B is #690664. Grayscale: #D0D0D0. Windows color (decimal): -6882917 or 10221974. OLE color: 10221974.

HSL color Cylindrical-coordinate representation of color #96F99B: hue angle of 123.03º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F99B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB150249155-
CMYK0.4000.380.02
HSL123.03º89.19%78.24%-
HSV(B)123.03º39.76%97.65%-
XYZ52.3776.643.04-
YUV208.6897.786.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=27.08%
G=44.95%
B=27.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491550.4000.380.02123.0389.1978.24
Hex96F99B2802627b594e
Octal226371233500462173131116
Binary100101101111100110011011101000010011010111101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,155); }

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

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

 a { background-color: rgb(150,249,155); }

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

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

 span { border-color: rgb(150,249,155); }

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