Shades of Summer Green #94C09B
Tints of Summer Green #94C09B
RGB
CMYK
RGB Variations
Color information
#94C09B (or 0x94C09B) is known color: Summer Green. HEX triplet: 94, C0 and 9B. RGB value is (148,192,155). Sum of RGB (Red+Green+Blue) = 148+192+155=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #94C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C09B is #6B3F64. Grayscale: #AEAEAE. Windows color (decimal): -7028581 or 10207380. OLE color: 10207380.
HSL color Cylindrical-coordinate representation of color #94C09B: hue angle of 129.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C09B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 155 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.25 |
| HSL | 129.55º | 0.26% | 0.67% | - |
| HSV(B) | 129.55º | 0.23% | 0.75% | - |
| XYZ | 36.98 | 46.36 | 38.01 | - |
| YUV | 174.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 155 | 0.23 | 0 | 0.19 | 0.25 | 129.55 | 0.26 | 0.67 |
| Hex | 94 | C0 | 9B | 17 | 0 | 13 | 19 | 82 | 1A | 43 |
| Octal | 224 | 300 | 233 | 27 | 0 | 23 | 31 | 202 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10011011 | 10111 | 0 | 10011 | 11001 | 10000010 | 11010 | 1000011 |
Color Harmonies of #94C09B
Complementary color
Monochromatic Colors of #94C09B
Black with #94C09B
Text Example
Text Example
White with #94C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C09B; }
p { color: rgb(148,192,155); }
H1.HeaderClassName
{
color: #94C09B;
}
.AnyTagClassName
{
color: #94C09B;
}
</style>
background-color css
<style>
a { background-color: #94C09B; }
a { background-color: rgb(148,192,155); }
div.DivClassName
{
background-color: #94C09B;
}
.BgClassName
{
background-color: #94C09B;
}
</style>
border-color css
<style>
span { border-color: #94C09B; }
span { border-color: rgb(148,192,155); }
td.TdClassName
{
border-color: #94C09B;
}
.TagClassName
{
border-color: #94C09B;
}
</style>