#95F1AB

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

Shades of Pale Green #95F1AB

Tints of Pale Green #95F1AB

Color information

#95F1AB (or 0x95F1AB) is unknown color: approx Pale Green. HEX triplet: 95, F1 and AB. RGB value is (149,241,171). Sum of RGB (Red+Green+Blue) = 149+241+171=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1AB is #6A0E54. Grayscale: #CDCDCD. Windows color (decimal): -6950485 or 11268501. OLE color: 11268501.

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

Color convert

RGB149241171-
CMYK0.3800.290.05
HSL134.35º76.67%76.47%-
HSV(B)134.35º38.17%94.51%-
XYZ51.272.2449.77-
YUV205.51108.5287.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=26.56%
G=42.96%
B=30.48%

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
Decimal1492411710.3800.290.05134.3576.6776.47
Hex95F1AB2601D5864d4c
Octal225361253460355206115114
Binary1001010111110001101010111001100111011011000011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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