#96efa5

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

Shades of Pale Green #96EFA5

Tints of Pale Green #96EFA5

Color information

#96EFA5 (or 0x96EFA5) is unknown color: approx Pale Green. HEX triplet: 96, EF and A5. RGB value is (150,239,165). Sum of RGB (Red+Green+Blue) = 150+239+165=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFA5 is #69105A. Grayscale: #CCCCCC. Windows color (decimal): -6885467 or 10874774. OLE color: 10874774.

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

Color convert

RGB150239165-
CMYK0.3700.310.06
HSL130.11º73.55%76.27%-
HSV(B)130.11º37.24%93.73%-
XYZ50.2470.9346.64-
YUV203.95106.0189.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=27.08%
G=43.14%
B=29.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391650.3700.310.06130.1173.5576.27
Hex96EFA52501F6824a4c
Octal226357245450376202112114
Binary1001011011101111101001011001010111111101000001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96efa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,165); }

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

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

 a { background-color: rgb(150,239,165); }

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

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

 span { border-color: rgb(150,239,165); }

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