Shades of Persian Green #00B396
Tints of Persian Green #00B396
RGB
CMYK
RGB Variations
Color information
#00B396 (or 0x00B396) is known color: Persian Green. HEX triplet: 00, B3 and 96. RGB value is (0,179,150). Sum of RGB (Red+Green+Blue) = 0+179+150=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #00B396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B396 is #FF4C69. Grayscale: #7A7A7A. Windows color (decimal): -16731242 or 9876224. OLE color: 9876224.
HSL color Cylindrical-coordinate representation of color #00B396: hue angle of 170.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B396 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 150 | - |
| CMYK | 1 | 0 | 0.16 | 0.30 |
| HSL | 170.28º | 1% | 0.35% | - |
| HSV(B) | 170.28º | 1% | 0.7% | - |
| XYZ | 21.63 | 34.44 | 34.36 | - |
| YUV | 122.17 | 143.7 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 150 | 1 | 0 | 0.16 | 0.30 | 170.28 | 1 | 0.35 |
| Hex | 0 | B3 | 96 | 64 | 0 | 10 | 1E | AA | 64 | 23 |
| Octal | 0 | 263 | 226 | 144 | 0 | 20 | 36 | 252 | 144 | 43 |
| Binary | 0 | 10110011 | 10010110 | 1100100 | 0 | 10000 | 11110 | 10101010 | 1100100 | 100011 |
Color Harmonies of #00B396
Complementary color
Monochromatic Colors of #00B396
Black with #00B396
Text Example
Text Example
White with #00B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B396; }
p { color: rgb(0,179,150); }
H1.HeaderClassName
{
color: #00B396;
}
.AnyTagClassName
{
color: #00B396;
}
</style>
background-color css
<style>
a { background-color: #00B396; }
a { background-color: rgb(0,179,150); }
div.DivClassName
{
background-color: #00B396;
}
.BgClassName
{
background-color: #00B396;
}
</style>
border-color css
<style>
span { border-color: #00B396; }
span { border-color: rgb(0,179,150); }
td.TdClassName
{
border-color: #00B396;
}
.TagClassName
{
border-color: #00B396;
}
</style>