#95F1A7

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

Shades of Pale Green #95F1A7

Tints of Pale Green #95F1A7

Color information

#95F1A7 (or 0x95F1A7) is unknown color: approx Pale Green. HEX triplet: 95, F1 and A7. RGB value is (149,241,167). Sum of RGB (Red+Green+Blue) = 149+241+167=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1A7 is #6A0E58. Grayscale: #CDCDCD. Windows color (decimal): -6950489 or 11006357. OLE color: 11006357.

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

Color convert

RGB149241167-
CMYK0.3800.310.05
HSL131.74º76.67%76.47%-
HSV(B)131.74º38.17%94.51%-
XYZ50.8272.0947.8-
YUV205.06106.5288.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=26.75%
G=43.27%
B=29.98%

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
Decimal1492411670.3800.310.05131.7476.6776.47
Hex95F1A72601F5844d4c
Octal225361247460375204115114
Binary1001010111110001101001111001100111111011000010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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