Shades of Summer Green #94C2A2
Tints of Summer Green #94C2A2
RGB
CMYK
RGB Variations
Color information
#94C2A2 (or 0x94C2A2) is known color: Summer Green. HEX triplet: 94, C2 and A2. RGB value is (148,194,162). Sum of RGB (Red+Green+Blue) = 148+194+162=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2A2 is #6B3D5D. Grayscale: #B0B0B0. Windows color (decimal): -7028062 or 10666644. OLE color: 10666644.
HSL color Cylindrical-coordinate representation of color #94C2A2: hue angle of 138.26º 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 #94C2A2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 162 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.24 |
| HSL | 138.26º | 0.27% | 0.67% | - |
| HSV(B) | 138.26º | 0.24% | 0.76% | - |
| XYZ | 38.03 | 47.49 | 41.34 | - |
| YUV | 176.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 162 | 0.24 | 0 | 0.16 | 0.24 | 138.26 | 0.27 | 0.67 |
| Hex | 94 | C2 | A2 | 18 | 0 | 10 | 18 | 8A | 1B | 43 |
| Octal | 224 | 302 | 242 | 30 | 0 | 20 | 30 | 212 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10100010 | 11000 | 0 | 10000 | 11000 | 10001010 | 11011 | 1000011 |
Color Harmonies of #94C2A2
Complementary color
Monochromatic Colors of #94C2A2
Black with #94C2A2
Text Example
Text Example
White with #94C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2A2; }
p { color: rgb(148,194,162); }
H1.HeaderClassName
{
color: #94C2A2;
}
.AnyTagClassName
{
color: #94C2A2;
}
</style>
background-color css
<style>
a { background-color: #94C2A2; }
a { background-color: rgb(148,194,162); }
div.DivClassName
{
background-color: #94C2A2;
}
.BgClassName
{
background-color: #94C2A2;
}
</style>
border-color css
<style>
span { border-color: #94C2A2; }
span { border-color: rgb(148,194,162); }
td.TdClassName
{
border-color: #94C2A2;
}
.TagClassName
{
border-color: #94C2A2;
}
</style>