Shades of Feijoa #ACDB7D
Tints of Feijoa #ACDB7D
RGB
CMYK
RGB Variations
Color information
#ACDB7D (or 0xACDB7D) is known color: Feijoa. HEX triplet: AC, DB and 7D. RGB value is (172,219,125). Sum of RGB (Red+Green+Blue) = 172+219+125=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB7D is #532482. Grayscale: #C2C2C2. Windows color (decimal): -5448835 or 8248236. OLE color: 8248236.
HSL color Cylindrical-coordinate representation of color #ACDB7D: hue angle of 90º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACDB7D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 219 | 125 | - |
CMYK | 0.21 | 0 | 0.43 | 0.14 |
HSL | 90º | 0.57% | 0.67% | - |
HSV(B) | 90º | 0.43% | 0.86% | - |
XYZ | 46.05 | 60.91 | 28.73 | - |
YUV | 194.23 | 88.93 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 219 | 125 | 0.21 | 0 | 0.43 | 0.14 | 90 | 0.57 | 0.67 |
Hex | AC | DB | 7D | 15 | 0 | 2B | E | 5A | 39 | 43 |
Octal | 254 | 333 | 175 | 25 | 0 | 53 | 16 | 132 | 71 | 103 |
Binary | 10101100 | 11011011 | 1111101 | 10101 | 0 | 101011 | 1110 | 1011010 | 111001 | 1000011 |
Color Harmonies of #ACDB7D
Complementary color
Monochromatic Colors of #ACDB7D
Black with #ACDB7D
Text Example
Text Example
White with #ACDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB7D; }
p { color: rgb(172,219,125); }
H1.HeaderClassName
{
color: #ACDB7D;
}
.AnyTagClassName
{
color: #ACDB7D;
}
</style>
background-color css
<style>
a { background-color: #ACDB7D; }
a { background-color: rgb(172,219,125); }
div.DivClassName
{
background-color: #ACDB7D;
}
.BgClassName
{
background-color: #ACDB7D;
}
</style>
border-color css
<style>
span { border-color: #ACDB7D; }
span { border-color: rgb(172,219,125); }
td.TdClassName
{
border-color: #ACDB7D;
}
.TagClassName
{
border-color: #ACDB7D;
}
</style>