#95FBA8

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

Shades of Pale Green #95FBA8

Tints of Pale Green #95FBA8

Color information

#95FBA8 (or 0x95FBA8) is unknown color: approx Pale Green. HEX triplet: 95, FB and A8. RGB value is (149,251,168). Sum of RGB (Red+Green+Blue) = 149+251+168=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBA8 is #6A0457. Grayscale: #D3D3D3. Windows color (decimal): -6947928 or 11074453. OLE color: 11074453.

HSL color Cylindrical-coordinate representation of color #95FBA8: hue angle of 131.18º 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 #95FBA8 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB149251168-
CMYK0.4100.330.02
HSL131.18º92.73%78.43%-
HSV(B)131.18º40.64%98.43%-
XYZ53.9678.2149.3-
YUV211.04103.7183.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.23%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=26.23%
G=44.19%
B=29.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511680.4100.330.02131.1892.7378.43
Hex95FBA8290212835d4e
Octal225373250510412203135116
Binary1001010111111011101010001010010100001101000001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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