Shades of Feijoa #ACD481
Tints of Feijoa #ACD481
RGB
CMYK
RGB Variations
Color information
#ACD481 (or 0xACD481) is known color: Feijoa. HEX triplet: AC, D4 and 81. RGB value is (172,212,129). Sum of RGB (Red+Green+Blue) = 172+212+129=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD481 is #532B7E. Grayscale: #BEBEBE. Windows color (decimal): -5450623 or 8508588. OLE color: 8508588.
HSL color Cylindrical-coordinate representation of color #ACD481: hue angle of 88.92º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD481 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 129 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.17 |
| HSL | 88.92º | 0.49% | 0.67% | - |
| HSV(B) | 88.92º | 0.39% | 0.83% | - |
| XYZ | 44.52 | 57.44 | 29.51 | - |
| YUV | 190.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 129 | 0.19 | 0 | 0.39 | 0.17 | 88.92 | 0.49 | 0.67 |
| Hex | AC | D4 | 81 | 13 | 0 | 27 | 11 | 59 | 31 | 43 |
| Octal | 254 | 324 | 201 | 23 | 0 | 47 | 21 | 131 | 61 | 103 |
| Binary | 10101100 | 11010100 | 10000001 | 10011 | 0 | 100111 | 10001 | 1011001 | 110001 | 1000011 |
Color Harmonies of #ACD481
Complementary color
Monochromatic Colors of #ACD481
Black with #ACD481
Text Example
Text Example
White with #ACD481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD481; }
p { color: rgb(172,212,129); }
H1.HeaderClassName
{
color: #ACD481;
}
.AnyTagClassName
{
color: #ACD481;
}
</style>
background-color css
<style>
a { background-color: #ACD481; }
a { background-color: rgb(172,212,129); }
div.DivClassName
{
background-color: #ACD481;
}
.BgClassName
{
background-color: #ACD481;
}
</style>
border-color css
<style>
span { border-color: #ACD481; }
span { border-color: rgb(172,212,129); }
td.TdClassName
{
border-color: #ACD481;
}
.TagClassName
{
border-color: #ACD481;
}
</style>