Shades of Feijoa #ADE48C
Tints of Feijoa #ADE48C
RGB
CMYK
RGB Variations
Color information
#ADE48C (or 0xADE48C) is known color: Feijoa. HEX triplet: AD, E4 and 8C. RGB value is (173,228,140). Sum of RGB (Red+Green+Blue) = 173+228+140=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE48C is #521B73. Grayscale: #C9C9C9. Windows color (decimal): -5380980 or 9233581. OLE color: 9233581.
HSL color Cylindrical-coordinate representation of color #ADE48C: hue angle of 97.5º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE48C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 228 | 140 | - |
CMYK | 0.24 | 0 | 0.39 | 0.11 |
HSL | 97.5º | 0.62% | 0.72% | - |
HSV(B) | 97.5º | 0.39% | 0.89% | - |
XYZ | 49.71 | 66.26 | 34.98 | - |
YUV | 201.52 | 93.28 | 107.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 140 | 0.24 | 0 | 0.39 | 0.11 | 97.5 | 0.62 | 0.72 |
Hex | AD | E4 | 8C | 18 | 0 | 27 | B | 62 | 3E | 48 |
Octal | 255 | 344 | 214 | 30 | 0 | 47 | 13 | 142 | 76 | 110 |
Binary | 10101101 | 11100100 | 10001100 | 11000 | 0 | 100111 | 1011 | 1100010 | 111110 | 1001000 |
Color Harmonies of #ADE48C
Complementary color
Monochromatic Colors of #ADE48C
Black with #ADE48C
Text Example
Text Example
White with #ADE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE48C; }
p { color: rgb(173,228,140); }
H1.HeaderClassName
{
color: #ADE48C;
}
.AnyTagClassName
{
color: #ADE48C;
}
</style>
background-color css
<style>
a { background-color: #ADE48C; }
a { background-color: rgb(173,228,140); }
div.DivClassName
{
background-color: #ADE48C;
}
.BgClassName
{
background-color: #ADE48C;
}
</style>
border-color css
<style>
span { border-color: #ADE48C; }
span { border-color: rgb(173,228,140); }
td.TdClassName
{
border-color: #ADE48C;
}
.TagClassName
{
border-color: #ADE48C;
}
</style>