#95FA93

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

Shades of Pale Green #95FA93

Tints of Pale Green #95FA93

Color information

#95FA93 (or 0x95FA93) is unknown color: approx Pale Green. HEX triplet: 95, FA and 93. RGB value is (149,250,147). Sum of RGB (Red+Green+Blue) = 149+250+147=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FA93 is #6A056C. Grayscale: #D0D0D0. Windows color (decimal): -6948205 or 9697941. OLE color: 9697941.

HSL color Cylindrical-coordinate representation of color #95FA93: hue angle of 118.83º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FA93 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB149250147-
CMYK0.4000.410.02
HSL118.83º91.15%77.84%-
HSV(B)118.83º41.2%98.04%-
XYZ51.8576.8739.71-
YUV208.0693.5485.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=27.29%
G=45.79%
B=26.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501470.4000.410.02118.8391.1577.84
Hex95FA93280292775b4e
Octal225372223500512167133116
Binary100101011111101010010011101000010100110111011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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