#95FAA8

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

Shades of Pale Green #95FAA8

Tints of Pale Green #95FAA8

Color information

#95FAA8 (or 0x95FAA8) is unknown color: approx Pale Green. HEX triplet: 95, FA and A8. RGB value is (149,250,168). Sum of RGB (Red+Green+Blue) = 149+250+168=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAA8 is #6A0557. Grayscale: #D2D2D2. Windows color (decimal): -6948184 or 11074197. OLE color: 11074197.

HSL color Cylindrical-coordinate representation of color #95FAA8: hue angle of 131.29º 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 #95FAA8 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB149250168-
CMYK0.4000.330.02
HSL131.29º90.99%78.24%-
HSV(B)131.29º40.4%98.04%-
XYZ53.6577.5949.19-
YUV210.45104.0484.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 168 (66.02% from 255) = 29.63%
R=26.28%
G=44.09%
B=29.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501680.4000.330.02131.2990.9978.24
Hex95FAA8280212835b4e
Octal225372250500412203133116
Binary1001010111111010101010001010000100001101000001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FAA8; }

 p { color: rgb(149,250,168); }

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

<style>
 a { background-color: #95FAA8; }

 a { background-color: rgb(149,250,168); }

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

<style>
 span { border-color: #95FAA8; }

 span { border-color: rgb(149,250,168); }

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