Shades of Bay Leaf #81AF90
Tints of Bay Leaf #81AF90
RGB
CMYK
RGB Variations
Color information
#81AF90 (or 0x81AF90) is known color: Bay Leaf. HEX triplet: 81, AF and 90. RGB value is (129,175,144). Sum of RGB (Red+Green+Blue) = 129+175+144=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AF90 is #7E506F. Grayscale: #9D9D9D. Windows color (decimal): -8278128 or 9482113. OLE color: 9482113.
HSL color Cylindrical-coordinate representation of color #81AF90: hue angle of 139.57º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AF90 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 144 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.31 |
| HSL | 139.57º | 0.22% | 0.6% | - |
| HSV(B) | 139.57º | 0.26% | 0.69% | - |
| XYZ | 29.42 | 37.34 | 32.04 | - |
| YUV | 157.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 144 | 0.26 | 0 | 0.18 | 0.31 | 139.57 | 0.22 | 0.6 |
| Hex | 81 | AF | 90 | 1A | 0 | 12 | 1F | 8C | 16 | 3C |
| Octal | 201 | 257 | 220 | 32 | 0 | 22 | 37 | 214 | 26 | 74 |
| Binary | 10000001 | 10101111 | 10010000 | 11010 | 0 | 10010 | 11111 | 10001100 | 10110 | 111100 |
Color Harmonies of #81AF90
Complementary color
Monochromatic Colors of #81AF90
Black with #81AF90
Text Example
Text Example
White with #81AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF90; }
p { color: rgb(129,175,144); }
H1.HeaderClassName
{
color: #81AF90;
}
.AnyTagClassName
{
color: #81AF90;
}
</style>
background-color css
<style>
a { background-color: #81AF90; }
a { background-color: rgb(129,175,144); }
div.DivClassName
{
background-color: #81AF90;
}
.BgClassName
{
background-color: #81AF90;
}
</style>
border-color css
<style>
span { border-color: #81AF90; }
span { border-color: rgb(129,175,144); }
td.TdClassName
{
border-color: #81AF90;
}
.TagClassName
{
border-color: #81AF90;
}
</style>