#95FC8A

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

Shades of Pale Green #95FC8A

Tints of Pale Green #95FC8A

Color information

#95FC8A (or 0x95FC8A) is unknown color: approx Pale Green. HEX triplet: 95, FC and 8A. RGB value is (149,252,138). Sum of RGB (Red+Green+Blue) = 149+252+138=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FC8A is #6A0375. Grayscale: #D0D0D0. Windows color (decimal): -6947702 or 9108629. OLE color: 9108629.

HSL color Cylindrical-coordinate representation of color #95FC8A: hue angle of 114.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95FC8A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB149252138-
CMYK0.4100.450.01
HSL114.21º95%76.47%-
HSV(B)114.21º45.24%98.82%-
XYZ51.7977.8536.34-
YUV208.2188.3885.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=27.64%
G=46.75%
B=25.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521380.4100.450.01114.219576.47
Hex95FC8A2902D1725f4c
Octal225374212510551162137114
Binary10010101111111001000101010100101011011111001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,138); }

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

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

 a { background-color: rgb(149,252,138); }

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

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

 span { border-color: rgb(149,252,138); }

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