Shades of Feijoa #ACD37D
Tints of Feijoa #ACD37D
RGB
CMYK
RGB Variations
Color information
#ACD37D (or 0xACD37D) is known color: Feijoa. HEX triplet: AC, D3 and 7D. RGB value is (172,211,125). Sum of RGB (Red+Green+Blue) = 172+211+125=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD37D is #532C82. Grayscale: #BDBDBD. Windows color (decimal): -5450883 or 8246188. OLE color: 8246188.
HSL color Cylindrical-coordinate representation of color #ACD37D: hue angle of 87.21º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD37D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 125 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.17 |
| HSL | 87.21º | 0.49% | 0.66% | - |
| HSV(B) | 87.21º | 0.41% | 0.83% | - |
| XYZ | 44.01 | 56.84 | 28.05 | - |
| YUV | 189.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 125 | 0.18 | 0 | 0.41 | 0.17 | 87.21 | 0.49 | 0.66 |
| Hex | AC | D3 | 7D | 12 | 0 | 29 | 11 | 57 | 31 | 42 |
| Octal | 254 | 323 | 175 | 22 | 0 | 51 | 21 | 127 | 61 | 102 |
| Binary | 10101100 | 11010011 | 1111101 | 10010 | 0 | 101001 | 10001 | 1010111 | 110001 | 1000010 |
Color Harmonies of #ACD37D
Complementary color
Monochromatic Colors of #ACD37D
Black with #ACD37D
Text Example
Text Example
White with #ACD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD37D; }
p { color: rgb(172,211,125); }
H1.HeaderClassName
{
color: #ACD37D;
}
.AnyTagClassName
{
color: #ACD37D;
}
</style>
background-color css
<style>
a { background-color: #ACD37D; }
a { background-color: rgb(172,211,125); }
div.DivClassName
{
background-color: #ACD37D;
}
.BgClassName
{
background-color: #ACD37D;
}
</style>
border-color css
<style>
span { border-color: #ACD37D; }
span { border-color: rgb(172,211,125); }
td.TdClassName
{
border-color: #ACD37D;
}
.TagClassName
{
border-color: #ACD37D;
}
</style>