Shades of Feijoa #ACD27D
Tints of Feijoa #ACD27D
RGB
CMYK
RGB Variations
Color information
#ACD27D (or 0xACD27D) is known color: Feijoa. HEX triplet: AC, D2 and 7D. RGB value is (172,210,125). Sum of RGB (Red+Green+Blue) = 172+210+125=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27D is #532D82. Grayscale: #BDBDBD. Windows color (decimal): -5451139 or 8245932. OLE color: 8245932.
HSL color Cylindrical-coordinate representation of color #ACD27D: hue angle of 86.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD27D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 125 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.18 |
| HSL | 86.82º | 0.49% | 0.66% | - |
| HSV(B) | 86.82º | 0.4% | 0.82% | - |
| XYZ | 43.76 | 56.34 | 27.97 | - |
| YUV | 188.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 125 | 0.18 | 0 | 0.40 | 0.18 | 86.82 | 0.49 | 0.66 |
| Hex | AC | D2 | 7D | 12 | 0 | 28 | 12 | 57 | 31 | 42 |
| Octal | 254 | 322 | 175 | 22 | 0 | 50 | 22 | 127 | 61 | 102 |
| Binary | 10101100 | 11010010 | 1111101 | 10010 | 0 | 101000 | 10010 | 1010111 | 110001 | 1000010 |
Color Harmonies of #ACD27D
Complementary color
Monochromatic Colors of #ACD27D
Black with #ACD27D
Text Example
Text Example
White with #ACD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD27D; }
p { color: rgb(172,210,125); }
H1.HeaderClassName
{
color: #ACD27D;
}
.AnyTagClassName
{
color: #ACD27D;
}
</style>
background-color css
<style>
a { background-color: #ACD27D; }
a { background-color: rgb(172,210,125); }
div.DivClassName
{
background-color: #ACD27D;
}
.BgClassName
{
background-color: #ACD27D;
}
</style>
border-color css
<style>
span { border-color: #ACD27D; }
span { border-color: rgb(172,210,125); }
td.TdClassName
{
border-color: #ACD27D;
}
.TagClassName
{
border-color: #ACD27D;
}
</style>