#95F1AC

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

Shades of Pale Green #95F1AC

Tints of Pale Green #95F1AC

Color information

#95F1AC (or 0x95F1AC) is unknown color: approx Pale Green. HEX triplet: 95, F1 and AC. RGB value is (149,241,172). Sum of RGB (Red+Green+Blue) = 149+241+172=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1AC is #6A0E53. Grayscale: #CDCDCD. Windows color (decimal): -6950484 or 11334037. OLE color: 11334037.

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

Color convert

RGB149241172-
CMYK0.3800.290.05
HSL135º76.67%76.47%-
HSV(B)135º38.17%94.51%-
XYZ51.372.2850.28-
YUV205.63109.0287.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=26.51%
G=42.88%
B=30.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411720.3800.290.0513576.6776.47
Hex95F1AC2601D5874d4c
Octal225361254460355207115114
Binary1001010111110001101011001001100111011011000011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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