Shades of Feijoa #ADE58C
Tints of Feijoa #ADE58C
RGB
CMYK
RGB Variations
Color information
#ADE58C (or 0xADE58C) is known color: Feijoa. HEX triplet: AD, E5 and 8C. RGB value is (173,229,140). Sum of RGB (Red+Green+Blue) = 173+229+140=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE58C is #521A73. Grayscale: #CACACA. Windows color (decimal): -5380724 or 9233837. OLE color: 9233837.
HSL color Cylindrical-coordinate representation of color #ADE58C: hue angle of 97.75º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE58C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 229 | 140 | - |
CMYK | 0.24 | 0 | 0.39 | 0.10 |
HSL | 97.75º | 0.63% | 0.72% | - |
HSV(B) | 97.75º | 0.39% | 0.9% | - |
XYZ | 49.99 | 66.82 | 35.07 | - |
YUV | 202.11 | 92.95 | 107.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 229 | 140 | 0.24 | 0 | 0.39 | 0.10 | 97.75 | 0.63 | 0.72 |
Hex | AD | E5 | 8C | 18 | 0 | 27 | A | 62 | 3F | 48 |
Octal | 255 | 345 | 214 | 30 | 0 | 47 | 12 | 142 | 77 | 110 |
Binary | 10101101 | 11100101 | 10001100 | 11000 | 0 | 100111 | 1010 | 1100010 | 111111 | 1001000 |
Color Harmonies of #ADE58C
Complementary color
Monochromatic Colors of #ADE58C
Black with #ADE58C
Text Example
Text Example
White with #ADE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE58C; }
p { color: rgb(173,229,140); }
H1.HeaderClassName
{
color: #ADE58C;
}
.AnyTagClassName
{
color: #ADE58C;
}
</style>
background-color css
<style>
a { background-color: #ADE58C; }
a { background-color: rgb(173,229,140); }
div.DivClassName
{
background-color: #ADE58C;
}
.BgClassName
{
background-color: #ADE58C;
}
</style>
border-color css
<style>
span { border-color: #ADE58C; }
span { border-color: rgb(173,229,140); }
td.TdClassName
{
border-color: #ADE58C;
}
.TagClassName
{
border-color: #ADE58C;
}
</style>