#95F2A5

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

Shades of Pale Green #95F2A5

Tints of Pale Green #95F2A5

Color information

#95F2A5 (or 0x95F2A5) is unknown color: approx Pale Green. HEX triplet: 95, F2 and A5. RGB value is (149,242,165). Sum of RGB (Red+Green+Blue) = 149+242+165=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F2A5 is #6A0D5A. Grayscale: #CDCDCD. Windows color (decimal): -6950235 or 10875541. OLE color: 10875541.

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

Color convert

RGB149242165-
CMYK0.3800.320.05
HSL130.32º78.15%76.67%-
HSV(B)130.32º38.43%94.9%-
XYZ50.9472.6146.93-
YUV205.42105.1987.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=26.80%
G=43.53%
B=29.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421650.3800.320.05130.3278.1576.67
Hex95F2A5260205824e4d
Octal225362245460405202116115
Binary10010101111100101010010110011001000001011000001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,165); }

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

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

 a { background-color: rgb(149,242,165); }

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

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

 span { border-color: rgb(149,242,165); }

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