Shades of Summer Green #9DB4A4
Tints of Summer Green #9DB4A4
RGB
CMYK
RGB Variations
Color information
#9DB4A4 (or 0x9DB4A4) is known color: Summer Green. HEX triplet: 9D, B4 and A4. RGB value is (157,180,164). Sum of RGB (Red+Green+Blue) = 157+180+164=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4A4 is #624B5B. Grayscale: #ABABAB. Windows color (decimal): -6441820 or 10794141. OLE color: 10794141.
HSL color Cylindrical-coordinate representation of color #9DB4A4: hue angle of 138.26º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB4A4 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 164 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.29 |
| HSL | 138.26º | 0.13% | 0.66% | - |
| HSV(B) | 138.26º | 0.13% | 0.71% | - |
| XYZ | 36.93 | 42.49 | 41.38 | - |
| YUV | 171.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 164 | 0.13 | 0 | 0.09 | 0.29 | 138.26 | 0.13 | 0.66 |
| Hex | 9D | B4 | A4 | D | 0 | 9 | 1D | 8A | D | 42 |
| Octal | 235 | 264 | 244 | 15 | 0 | 11 | 35 | 212 | 15 | 102 |
| Binary | 10011101 | 10110100 | 10100100 | 1101 | 0 | 1001 | 11101 | 10001010 | 1101 | 1000010 |
Color Harmonies of #9DB4A4
Complementary color
Monochromatic Colors of #9DB4A4
Black with #9DB4A4
Text Example
Text Example
White with #9DB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4A4; }
p { color: rgb(157,180,164); }
H1.HeaderClassName
{
color: #9DB4A4;
}
.AnyTagClassName
{
color: #9DB4A4;
}
</style>
background-color css
<style>
a { background-color: #9DB4A4; }
a { background-color: rgb(157,180,164); }
div.DivClassName
{
background-color: #9DB4A4;
}
.BgClassName
{
background-color: #9DB4A4;
}
</style>
border-color css
<style>
span { border-color: #9DB4A4; }
span { border-color: rgb(157,180,164); }
td.TdClassName
{
border-color: #9DB4A4;
}
.TagClassName
{
border-color: #9DB4A4;
}
</style>