#96F09A

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

Shades of Pale Green #96F09A

Tints of Pale Green #96F09A

Color information

#96F09A (or 0x96F09A) is unknown color: approx Pale Green. HEX triplet: 96, F0 and 9A. RGB value is (150,240,154). Sum of RGB (Red+Green+Blue) = 150+240+154=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #96F09A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F09A is #690F65. Grayscale: #CBCBCB. Windows color (decimal): -6885222 or 10154134. OLE color: 10154134.

HSL color Cylindrical-coordinate representation of color #96F09A: hue angle of 122.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F09A is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB150240154-
CMYK0.3700.360.06
HSL122.67º75%76.47%-
HSV(B)122.67º37.5%94.12%-
XYZ49.5771.1441.69-
YUV203.29100.1889.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=27.57%
G=44.12%
B=28.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401540.3700.360.06122.677576.47
Hex96F09A2502467b4b4c
Octal226360232450446173113114
Binary1001011011110000100110101001010100100110111101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,154); }

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

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

 a { background-color: rgb(150,240,154); }

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

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

 span { border-color: rgb(150,240,154); }

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