#96F69B

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

Shades of Pale Green #96F69B

Tints of Pale Green #96F69B

Color information

#96F69B (or 0x96F69B) is unknown color: approx Pale Green. HEX triplet: 96, F6 and 9B. RGB value is (150,246,155). Sum of RGB (Red+Green+Blue) = 150+246+155=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #96F69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F69B is #690964. Grayscale: #CFCFCF. Windows color (decimal): -6883685 or 10221206. OLE color: 10221206.

HSL color Cylindrical-coordinate representation of color #96F69B: hue angle of 123.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F69B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB150246155-
CMYK0.3900.370.04
HSL123.12º84.21%77.65%-
HSV(B)123.12º39.02%96.47%-
XYZ51.4574.7642.73-
YUV206.9298.787.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 246 (96.48% from 255) = 44.65%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=27.22%
G=44.65%
B=28.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502461550.3900.370.04123.1284.2177.65
Hex96F69B2702547b544e
Octal226366233470454173124116
Binary1001011011110110100110111001110100101100111101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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