#95FB90

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

Shades of Pale Green #95FB90

Tints of Pale Green #95FB90

Color information

#95FB90 (or 0x95FB90) is unknown color: approx Pale Green. HEX triplet: 95, FB and 90. RGB value is (149,251,144). Sum of RGB (Red+Green+Blue) = 149+251+144=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB90 is #6A046F. Grayscale: #D0D0D0. Windows color (decimal): -6947952 or 9501589. OLE color: 9501589.

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

Color convert

RGB149251144-
CMYK0.4100.430.02
HSL117.2º93.04%77.45%-
HSV(B)117.2º42.63%98.43%-
XYZ51.9377.438.59-
YUV208.391.7185.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=27.39%
G=46.14%
B=26.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511440.4100.430.02117.293.0477.45
Hex95FB902902B2755d4d
Octal225373220510532165135115
Binary100101011111101110010000101001010101110111010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,144); }

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

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

 a { background-color: rgb(149,251,144); }

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

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

 span { border-color: rgb(149,251,144); }

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