Shades of Summer Green #9DB4A2
Tints of Summer Green #9DB4A2
RGB
CMYK
RGB Variations
Color information
#9DB4A2 (or 0x9DB4A2) is known color: Summer Green. HEX triplet: 9D, B4 and A2. RGB value is (157,180,162). Sum of RGB (Red+Green+Blue) = 157+180+162=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4A2 is #624B5D. Grayscale: #ABABAB. Windows color (decimal): -6441822 or 10663069. OLE color: 10663069.
HSL color Cylindrical-coordinate representation of color #9DB4A2: hue angle of 133.04º 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 #9DB4A2 is Cyan = 0.13, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
RGB | 157 | 180 | 162 | - |
CMYK | 0.13 | 0 | 0.1 | 0.29 |
HSL | 133.04º | 0.13% | 0.66% | - |
HSV(B) | 133.04º | 0.13% | 0.71% | - |
XYZ | 36.75 | 42.42 | 40.43 | - |
YUV | 171.07 | 122.88 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 180 | 162 | 0.13 | 0 | 0.1 | 0.29 | 133.04 | 0.13 | 0.66 |
Hex | 9D | B4 | A2 | D | 0 | A | 1D | 85 | D | 42 |
Octal | 235 | 264 | 242 | 15 | 0 | 12 | 35 | 205 | 15 | 102 |
Binary | 10011101 | 10110100 | 10100010 | 1101 | 0 | 1010 | 11101 | 10000101 | 1101 | 1000010 |
Color Harmonies of #9DB4A2
Complementary color
Monochromatic Colors of #9DB4A2
Black with #9DB4A2
Text Example
Text Example
White with #9DB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4A2; }
p { color: rgb(157,180,162); }
H1.HeaderClassName
{
color: #9DB4A2;
}
.AnyTagClassName
{
color: #9DB4A2;
}
</style>
background-color css
<style>
a { background-color: #9DB4A2; }
a { background-color: rgb(157,180,162); }
div.DivClassName
{
background-color: #9DB4A2;
}
.BgClassName
{
background-color: #9DB4A2;
}
</style>
border-color css
<style>
span { border-color: #9DB4A2; }
span { border-color: rgb(157,180,162); }
td.TdClassName
{
border-color: #9DB4A2;
}
.TagClassName
{
border-color: #9DB4A2;
}
</style>