#95FC9A

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

Shades of Pale Green #95FC9A

Tints of Pale Green #95FC9A

Color information

#95FC9A (or 0x95FC9A) is unknown color: approx Pale Green. HEX triplet: 95, FC and 9A. RGB value is (149,252,154). Sum of RGB (Red+Green+Blue) = 149+252+154=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FC9A is #6A0365. Grayscale: #D2D2D2. Windows color (decimal): -6947686 or 10157205. OLE color: 10157205.

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

Color convert

RGB149252154-
CMYK0.4100.390.01
HSL122.91º94.5%78.63%-
HSV(B)122.91º40.87%98.82%-
XYZ53.0478.3442.9-
YUV210.0396.3884.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 252 (98.83% from 255) = 45.41%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=26.85%
G=45.41%
B=27.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521540.4100.390.01122.9194.578.63
Hex95FC9A2902717b5e4f
Octal225374232510471173136117
Binary10010101111111001001101010100101001111111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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