#95FBAC

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

Shades of Pale Green #95FBAC

Tints of Pale Green #95FBAC

Color information

#95FBAC (or 0x95FBAC) is unknown color: approx Pale Green. HEX triplet: 95, FB and AC. RGB value is (149,251,172). Sum of RGB (Red+Green+Blue) = 149+251+172=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBAC is #6A0453. Grayscale: #D3D3D3. Windows color (decimal): -6947924 or 11336597. OLE color: 11336597.

HSL color Cylindrical-coordinate representation of color #95FBAC: hue angle of 133.53º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBAC is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB149251172-
CMYK0.4100.310.02
HSL133.53º92.73%78.43%-
HSV(B)133.53º40.64%98.43%-
XYZ54.3478.3651.29-
YUV211.5105.7183.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=26.05%
G=43.88%
B=30.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511720.4100.310.02133.5392.7378.43
Hex95FBAC2901F2865d4e
Octal225373254510372206135116
Binary100101011111101110101100101001011111101000011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel