#95FCA8

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

Shades of Pale Green #95FCA8

Tints of Pale Green #95FCA8

Color information

#95FCA8 (or 0x95FCA8) is unknown color: approx Pale Green. HEX triplet: 95, FC and A8. RGB value is (149,252,168). Sum of RGB (Red+Green+Blue) = 149+252+168=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FCA8 is #6A0357. Grayscale: #D3D3D3. Windows color (decimal): -6947672 or 11074709. OLE color: 11074709.

HSL color Cylindrical-coordinate representation of color #95FCA8: hue angle of 131.07º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCA8 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB149252168-
CMYK0.4100.330.01
HSL131.07º94.5%78.63%-
HSV(B)131.07º40.87%98.82%-
XYZ54.2778.8449.4-
YUV211.63103.3883.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.19%
GREEN value IS 252 (98.83% from 255) = 44.29%
BLUE value IS 168 (66.02% from 255) = 29.53%
R=26.19%
G=44.29%
B=29.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521680.4100.330.01131.0794.578.63
Hex95FCA8290211835e4f
Octal225374250510411203136117
Binary100101011111110010101000101001010000111000001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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