#95FAAB

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

Shades of Pale Green #95FAAB

Tints of Pale Green #95FAAB

Color information

#95FAAB (or 0x95FAAB) is unknown color: approx Pale Green. HEX triplet: 95, FA and AB. RGB value is (149,250,171). Sum of RGB (Red+Green+Blue) = 149+250+171=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAAB is #6A0554. Grayscale: #D3D3D3. Windows color (decimal): -6948181 or 11270805. OLE color: 11270805.

HSL color Cylindrical-coordinate representation of color #95FAAB: hue angle of 133.07º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAAB is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB149250171-
CMYK0.4000.320.02
HSL133.07º90.99%78.24%-
HSV(B)133.07º40.4%98.04%-
XYZ53.9377.750.68-
YUV210.8105.5483.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 171 (67.19% from 255) = 30%
R=26.14%
G=43.86%
B=30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501710.4000.320.02133.0790.9978.24
Hex95FAAB280202855b4e
Octal225372253500402205133116
Binary1001010111111010101010111010000100000101000010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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