Shades of Summer Green #95C1A4
Tints of Summer Green #95C1A4
RGB
CMYK
RGB Variations
Color information
#95C1A4 (or 0x95C1A4) is known color: Summer Green. HEX triplet: 95, C1 and A4. RGB value is (149,193,164). Sum of RGB (Red+Green+Blue) = 149+193+164=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1A4 is #6A3E5B. Grayscale: #B0B0B0. Windows color (decimal): -6962780 or 10797461. OLE color: 10797461.
HSL color Cylindrical-coordinate representation of color #95C1A4: hue angle of 140.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C1A4 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 164 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.24 |
| HSL | 140.45º | 0.26% | 0.67% | - |
| HSV(B) | 140.45º | 0.23% | 0.76% | - |
| XYZ | 38.17 | 47.21 | 42.22 | - |
| YUV | 176.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 164 | 0.23 | 0 | 0.15 | 0.24 | 140.45 | 0.26 | 0.67 |
| Hex | 95 | C1 | A4 | 17 | 0 | F | 18 | 8C | 1A | 43 |
| Octal | 225 | 301 | 244 | 27 | 0 | 17 | 30 | 214 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10100100 | 10111 | 0 | 1111 | 11000 | 10001100 | 11010 | 1000011 |
Color Harmonies of #95C1A4
Complementary color
Monochromatic Colors of #95C1A4
Black with #95C1A4
Text Example
Text Example
White with #95C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1A4; }
p { color: rgb(149,193,164); }
H1.HeaderClassName
{
color: #95C1A4;
}
.AnyTagClassName
{
color: #95C1A4;
}
</style>
background-color css
<style>
a { background-color: #95C1A4; }
a { background-color: rgb(149,193,164); }
div.DivClassName
{
background-color: #95C1A4;
}
.BgClassName
{
background-color: #95C1A4;
}
</style>
border-color css
<style>
span { border-color: #95C1A4; }
span { border-color: rgb(149,193,164); }
td.TdClassName
{
border-color: #95C1A4;
}
.TagClassName
{
border-color: #95C1A4;
}
</style>