#95F3AC

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

Shades of Pale Green #95F3AC

Tints of Pale Green #95F3AC

Color information

#95F3AC (or 0x95F3AC) is unknown color: approx Pale Green. HEX triplet: 95, F3 and AC. RGB value is (149,243,172). Sum of RGB (Red+Green+Blue) = 149+243+172=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F3AC is #6A0C53. Grayscale: #CECECE. Windows color (decimal): -6949972 or 11334549. OLE color: 11334549.

HSL color Cylindrical-coordinate representation of color #95F3AC: hue angle of 134.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3AC is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB149243172-
CMYK0.3900.290.05
HSL134.68º79.66%76.86%-
HSV(B)134.68º38.68%95.29%-
XYZ51.8973.4750.48-
YUV206.8108.3686.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=26.42%
G=43.09%
B=30.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431720.3900.290.05134.6879.6676.86
Hex95F3AC2701D587504d
Octal225363254470355207120115
Binary1001010111110011101011001001110111011011000011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,172); }

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

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

 a { background-color: rgb(149,243,172); }

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

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

 span { border-color: rgb(149,243,172); }

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