#95FAA5

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

Shades of Pale Green #95FAA5

Tints of Pale Green #95FAA5

Color information

#95FAA5 (or 0x95FAA5) is unknown color: approx Pale Green. HEX triplet: 95, FA and A5. RGB value is (149,250,165). Sum of RGB (Red+Green+Blue) = 149+250+165=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAA5 is #6A055A. Grayscale: #D2D2D2. Windows color (decimal): -6948187 or 10877589. OLE color: 10877589.

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

Color convert

RGB149250165-
CMYK0.4000.340.02
HSL129.5º90.99%78.24%-
HSV(B)129.5º40.4%98.04%-
XYZ53.3777.4847.74-
YUV210.11102.5484.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=26.42%
G=44.33%
B=29.26%

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
Decimal1492501650.4000.340.02129.590.9978.24
Hex95FAA5280222825b4e
Octal225372245500422202133116
Binary1001010111111010101001011010000100010101000001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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