#96FAA1

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

Shades of Pale Green #96FAA1

Tints of Pale Green #96FAA1

Color information

#96FAA1 (or 0x96FAA1) is unknown color: approx Pale Green. HEX triplet: 96, FA and A1. RGB value is (150,250,161). Sum of RGB (Red+Green+Blue) = 150+250+161=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAA1 is #69055E. Grayscale: #D2D2D2. Windows color (decimal): -6882655 or 10615446. OLE color: 10615446.

HSL color Cylindrical-coordinate representation of color #96FAA1: hue angle of 126.6º degrees, saturation: 0.91, 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 #96FAA1 is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB150250161-
CMYK0.400.360.02
HSL126.6º90.91%78.43%-
HSV(B)126.6º40%98.04%-
XYZ53.277.4345.86-
YUV209.95100.3785.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 161 (63.28% from 255) = 28.70%
R=26.74%
G=44.56%
B=28.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501610.400.360.02126.690.9178.43
Hex96FAA12802427f5b4e
Octal226372241500442177133116
Binary100101101111101010100001101000010010010111111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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