#95F3A2

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

Shades of Pale Green #95F3A2

Tints of Pale Green #95F3A2

Color information

#95F3A2 (or 0x95F3A2) is unknown color: approx Pale Green. HEX triplet: 95, F3 and A2. RGB value is (149,243,162). Sum of RGB (Red+Green+Blue) = 149+243+162=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F3A2 is #6A0C5D. Grayscale: #CDCDCD. Windows color (decimal): -6949982 or 10679189. OLE color: 10679189.

HSL color Cylindrical-coordinate representation of color #95F3A2: hue angle of 128.3º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3A2 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB149243162-
CMYK0.3900.330.05
HSL128.3º79.66%76.86%-
HSV(B)128.3º38.68%95.29%-
XYZ50.9773.145.61-
YUV205.66103.3687.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 243 (95.31% from 255) = 43.86%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=26.90%
G=43.86%
B=29.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431620.3900.330.05128.379.6676.86
Hex95F3A227021580504d
Octal225363242470415200120115
Binary10010101111100111010001010011101000011011000000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,162); }

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

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

 a { background-color: rgb(149,243,162); }

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

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

 span { border-color: rgb(149,243,162); }

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