#95F9AE

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

Shades of Pale Green #95F9AE

Tints of Pale Green #95F9AE

Color information

#95F9AE (or 0x95F9AE) is unknown color: approx Pale Green. HEX triplet: 95, F9 and AE. RGB value is (149,249,174). Sum of RGB (Red+Green+Blue) = 149+249+174=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F9AE is #6A0651. Grayscale: #D2D2D2. Windows color (decimal): -6948434 or 11467157. OLE color: 11467157.

HSL color Cylindrical-coordinate representation of color #95F9AE: hue angle of 135º degrees, saturation: 0.89, 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 #95F9AE is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB149249174-
CMYK0.4000.300.02
HSL135º89.29%78.04%-
HSV(B)135º40.16%97.65%-
XYZ53.9177.252.1-
YUV210.55107.3784.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=26.05%
G=43.53%
B=30.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491740.4000.300.0213589.2978.04
Hex95F9AE2801E287594e
Octal225371256500362207131116
Binary100101011111100110101110101000011110101000011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,174); }

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

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

 a { background-color: rgb(149,249,174); }

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

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

 span { border-color: rgb(149,249,174); }

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