Shades of Feijoa #ADDA92
Tints of Feijoa #ADDA92
RGB
CMYK
RGB Variations
Color information
#ADDA92 (or 0xADDA92) is known color: Feijoa. HEX triplet: AD, DA and 92. RGB value is (173,218,146). Sum of RGB (Red+Green+Blue) = 173+218+146=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA92 is #52256D. Grayscale: #C4C4C4. Windows color (decimal): -5383534 or 9624237. OLE color: 9624237.
HSL color Cylindrical-coordinate representation of color #ADDA92: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADDA92 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 218 | 146 | - |
CMYK | 0.21 | 0 | 0.33 | 0.15 |
HSL | 97.5º | 0.49% | 0.71% | - |
HSV(B) | 97.5º | 0.33% | 0.85% | - |
XYZ | 47.49 | 61.1 | 36.48 | - |
YUV | 196.34 | 99.59 | 111.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 146 | 0.21 | 0 | 0.33 | 0.15 | 97.5 | 0.49 | 0.71 |
Hex | AD | DA | 92 | 15 | 0 | 21 | F | 62 | 31 | 47 |
Octal | 255 | 332 | 222 | 25 | 0 | 41 | 17 | 142 | 61 | 107 |
Binary | 10101101 | 11011010 | 10010010 | 10101 | 0 | 100001 | 1111 | 1100010 | 110001 | 1000111 |
Color Harmonies of #ADDA92
Complementary color
Monochromatic Colors of #ADDA92
Black with #ADDA92
Text Example
Text Example
White with #ADDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA92; }
p { color: rgb(173,218,146); }
H1.HeaderClassName
{
color: #ADDA92;
}
.AnyTagClassName
{
color: #ADDA92;
}
</style>
background-color css
<style>
a { background-color: #ADDA92; }
a { background-color: rgb(173,218,146); }
div.DivClassName
{
background-color: #ADDA92;
}
.BgClassName
{
background-color: #ADDA92;
}
</style>
border-color css
<style>
span { border-color: #ADDA92; }
span { border-color: rgb(173,218,146); }
td.TdClassName
{
border-color: #ADDA92;
}
.TagClassName
{
border-color: #ADDA92;
}
</style>