Shades of Feijoa #ACD57B
Tints of Feijoa #ACD57B
RGB
CMYK
RGB Variations
Color information
#ACD57B (or 0xACD57B) is known color: Feijoa. HEX triplet: AC, D5 and 7B. RGB value is (172,213,123). Sum of RGB (Red+Green+Blue) = 172+213+123=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD57B is #532A84. Grayscale: #BEBEBE. Windows color (decimal): -5450373 or 8115628. OLE color: 8115628.
HSL color Cylindrical-coordinate representation of color #ACD57B: hue angle of 87.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD57B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 123 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.16 |
| HSL | 87.33º | 0.52% | 0.66% | - |
| HSV(B) | 87.33º | 0.42% | 0.84% | - |
| XYZ | 44.38 | 57.79 | 27.55 | - |
| YUV | 190.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 123 | 0.19 | 0 | 0.42 | 0.16 | 87.33 | 0.52 | 0.66 |
| Hex | AC | D5 | 7B | 13 | 0 | 2A | 10 | 57 | 34 | 42 |
| Octal | 254 | 325 | 173 | 23 | 0 | 52 | 20 | 127 | 64 | 102 |
| Binary | 10101100 | 11010101 | 1111011 | 10011 | 0 | 101010 | 10000 | 1010111 | 110100 | 1000010 |
Color Harmonies of #ACD57B
Complementary color
Monochromatic Colors of #ACD57B
Black with #ACD57B
Text Example
Text Example
White with #ACD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD57B; }
p { color: rgb(172,213,123); }
H1.HeaderClassName
{
color: #ACD57B;
}
.AnyTagClassName
{
color: #ACD57B;
}
</style>
background-color css
<style>
a { background-color: #ACD57B; }
a { background-color: rgb(172,213,123); }
div.DivClassName
{
background-color: #ACD57B;
}
.BgClassName
{
background-color: #ACD57B;
}
</style>
border-color css
<style>
span { border-color: #ACD57B; }
span { border-color: rgb(172,213,123); }
td.TdClassName
{
border-color: #ACD57B;
}
.TagClassName
{
border-color: #ACD57B;
}
</style>