Shades of Summer Green #94C2A1
Tints of Summer Green #94C2A1
RGB
CMYK
RGB Variations
Color information
#94C2A1 (or 0x94C2A1) is known color: Summer Green. HEX triplet: 94, C2 and A1. RGB value is (148,194,161). Sum of RGB (Red+Green+Blue) = 148+194+161=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2A1 is #6B3D5E. Grayscale: #B0B0B0. Windows color (decimal): -7028063 or 10601108. OLE color: 10601108.
HSL color Cylindrical-coordinate representation of color #94C2A1: hue angle of 136.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C2A1 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 161 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.24 |
| HSL | 136.96º | 0.27% | 0.67% | - |
| HSV(B) | 136.96º | 0.24% | 0.76% | - |
| XYZ | 37.94 | 47.45 | 40.88 | - |
| YUV | 176.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 161 | 0.24 | 0 | 0.17 | 0.24 | 136.96 | 0.27 | 0.67 |
| Hex | 94 | C2 | A1 | 18 | 0 | 11 | 18 | 89 | 1B | 43 |
| Octal | 224 | 302 | 241 | 30 | 0 | 21 | 30 | 211 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10100001 | 11000 | 0 | 10001 | 11000 | 10001001 | 11011 | 1000011 |
Color Harmonies of #94C2A1
Complementary color
Monochromatic Colors of #94C2A1
Black with #94C2A1
Text Example
Text Example
White with #94C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2A1; }
p { color: rgb(148,194,161); }
H1.HeaderClassName
{
color: #94C2A1;
}
.AnyTagClassName
{
color: #94C2A1;
}
</style>
background-color css
<style>
a { background-color: #94C2A1; }
a { background-color: rgb(148,194,161); }
div.DivClassName
{
background-color: #94C2A1;
}
.BgClassName
{
background-color: #94C2A1;
}
</style>
border-color css
<style>
span { border-color: #94C2A1; }
span { border-color: rgb(148,194,161); }
td.TdClassName
{
border-color: #94C2A1;
}
.TagClassName
{
border-color: #94C2A1;
}
</style>