#95F2A7

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

Shades of Pale Green #95F2A7

Tints of Pale Green #95F2A7

Color information

#95F2A7 (or 0x95F2A7) is unknown color: approx Pale Green. HEX triplet: 95, F2 and A7. RGB value is (149,242,167). Sum of RGB (Red+Green+Blue) = 149+242+167=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F2A7 is #6A0D58. Grayscale: #CDCDCD. Windows color (decimal): -6950233 or 11006613. OLE color: 11006613.

HSL color Cylindrical-coordinate representation of color #95F2A7: hue angle of 131.61º 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 #95F2A7 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB149242167-
CMYK0.3800.310.05
HSL131.61º78.15%76.67%-
HSV(B)131.61º38.43%94.9%-
XYZ51.1272.6847.89-
YUV205.64106.1987.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=26.70%
G=43.37%
B=29.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421670.3800.310.05131.6178.1576.67
Hex95F2A72601F5844e4d
Octal225362247460375204116115
Binary1001010111110010101001111001100111111011000010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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