Shades of Summer Green #94C3A2
Tints of Summer Green #94C3A2
RGB
CMYK
RGB Variations
Color information
#94C3A2 (or 0x94C3A2) is known color: Summer Green. HEX triplet: 94, C3 and A2. RGB value is (148,195,162). Sum of RGB (Red+Green+Blue) = 148+195+162=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #94C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C3A2 is #6B3C5D. Grayscale: #B1B1B1. Windows color (decimal): -7027806 or 10666900. OLE color: 10666900.
HSL color Cylindrical-coordinate representation of color #94C3A2: hue angle of 137.87º degrees, saturation: 0.28, 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 #94C3A2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 162 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.24 |
| HSL | 137.87º | 0.28% | 0.67% | - |
| HSV(B) | 137.87º | 0.24% | 0.76% | - |
| XYZ | 38.25 | 47.93 | 41.42 | - |
| YUV | 177.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 162 | 0.24 | 0 | 0.17 | 0.24 | 137.87 | 0.28 | 0.67 |
| Hex | 94 | C3 | A2 | 18 | 0 | 11 | 18 | 8A | 1C | 43 |
| Octal | 224 | 303 | 242 | 30 | 0 | 21 | 30 | 212 | 34 | 103 |
| Binary | 10010100 | 11000011 | 10100010 | 11000 | 0 | 10001 | 11000 | 10001010 | 11100 | 1000011 |
Color Harmonies of #94C3A2
Complementary color
Monochromatic Colors of #94C3A2
Black with #94C3A2
Text Example
Text Example
White with #94C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C3A2; }
p { color: rgb(148,195,162); }
H1.HeaderClassName
{
color: #94C3A2;
}
.AnyTagClassName
{
color: #94C3A2;
}
</style>
background-color css
<style>
a { background-color: #94C3A2; }
a { background-color: rgb(148,195,162); }
div.DivClassName
{
background-color: #94C3A2;
}
.BgClassName
{
background-color: #94C3A2;
}
</style>
border-color css
<style>
span { border-color: #94C3A2; }
span { border-color: rgb(148,195,162); }
td.TdClassName
{
border-color: #94C3A2;
}
.TagClassName
{
border-color: #94C3A2;
}
</style>