Shades of Persian Green #09B18F
Tints of Persian Green #09B18F
RGB
CMYK
RGB Variations
Color information
#09B18F (or 0x09B18F) is known color: Persian Green. HEX triplet: 09, B1 and 8F. RGB value is (9,177,143). Sum of RGB (Red+Green+Blue) = 9+177+143=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #09B18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B18F is #F64E70. Grayscale: #7A7A7A. Windows color (decimal): -16141937 or 9416969. OLE color: 9416969.
HSL color Cylindrical-coordinate representation of color #09B18F: hue angle of 167.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B18F is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 143 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.31 |
| HSL | 167.86º | 0.9% | 0.36% | - |
| HSV(B) | 167.86º | 0.95% | 0.69% | - |
| XYZ | 20.79 | 33.49 | 31.35 | - |
| YUV | 122.89 | 139.34 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 143 | 0.95 | 0 | 0.19 | 0.31 | 167.86 | 0.9 | 0.36 |
| Hex | 9 | B1 | 8F | 5F | 0 | 13 | 1F | A8 | 5A | 24 |
| Octal | 11 | 261 | 217 | 137 | 0 | 23 | 37 | 250 | 132 | 44 |
| Binary | 1001 | 10110001 | 10001111 | 1011111 | 0 | 10011 | 11111 | 10101000 | 1011010 | 100100 |
Color Harmonies of #09B18F
Complementary color
Monochromatic Colors of #09B18F
Black with #09B18F
Text Example
Text Example
White with #09B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B18F; }
p { color: rgb(9,177,143); }
H1.HeaderClassName
{
color: #09B18F;
}
.AnyTagClassName
{
color: #09B18F;
}
</style>
background-color css
<style>
a { background-color: #09B18F; }
a { background-color: rgb(9,177,143); }
div.DivClassName
{
background-color: #09B18F;
}
.BgClassName
{
background-color: #09B18F;
}
</style>
border-color css
<style>
span { border-color: #09B18F; }
span { border-color: rgb(9,177,143); }
td.TdClassName
{
border-color: #09B18F;
}
.TagClassName
{
border-color: #09B18F;
}
</style>