#ADD392

Color #ADD392 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADD392

Tints of Feijoa #ADD392

Color information

#ADD392 (or 0xADD392) is unknown color: approx Feijoa. HEX triplet: AD, D3 and 92. RGB value is (173,211,146). Sum of RGB (Red+Green+Blue) = 173+211+146=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD392 is #522C6D. Grayscale: #C0C0C0. Windows color (decimal): -5385326 or 9622445. OLE color: 9622445.

HSL color Cylindrical-coordinate representation of color #ADD392: hue angle of 95.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD392 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB173211146-
CMYK0.1800.310.17
HSL95.08º42.48%70%-
HSV(B)95.08º30.81%82.75%-
XYZ45.7257.5535.89-
YUV192.23101.91114.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=32.64%
G=39.81%
B=27.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111460.1800.310.1795.0842.4870
HexADD3921201F115f2a46
Octal255323222220372113752106
Binary101011011101001110010010100100111111000110111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD392; }

 p { color: rgb(173,211,146); }

 H1.HeaderClassName
 {
   color: #ADD392;
 }
 .AnyTagClassName
 {
   color: #ADD392;
 }
</style>
background-color css

<style>
 a { background-color: #ADD392; }

 a { background-color: rgb(173,211,146); }

 div.DivClassName
 {
   background-color: #ADD392;
 }
 .BgClassName
 {
   background-color: #ADD392;
 }
</style>
border-color css

<style>
 span { border-color: #ADD392; }

 span { border-color: rgb(173,211,146); }

 td.TdClassName
 {
   border-color: #ADD392;
 }
 .TagClassName
 {
   border-color: #ADD392;
 }
</style>