#95FAA4

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

Shades of Pale Green #95FAA4

Tints of Pale Green #95FAA4

Color information

#95FAA4 (or 0x95FAA4) is unknown color: approx Pale Green. HEX triplet: 95, FA and A4. RGB value is (149,250,164). Sum of RGB (Red+Green+Blue) = 149+250+164=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAA4 is #6A055B. Grayscale: #D2D2D2. Windows color (decimal): -6948188 or 10812053. OLE color: 10812053.

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

Color convert

RGB149250164-
CMYK0.4000.340.02
HSL128.91º90.99%78.24%-
HSV(B)128.91º40.4%98.04%-
XYZ53.2877.4447.26-
YUV210102.0484.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=26.47%
G=44.40%
B=29.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501640.4000.340.02128.9190.9978.24
Hex95FAA4280222815b4e
Octal225372244500422201133116
Binary1001010111111010101001001010000100010101000000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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