#ADD293

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

Shades of Feijoa #ADD293

Tints of Feijoa #ADD293

Color information

#ADD293 (or 0xADD293) is unknown color: approx Feijoa. HEX triplet: AD, D2 and 93. RGB value is (173,210,147). Sum of RGB (Red+Green+Blue) = 173+210+147=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD293 is #522D6C. Grayscale: #BFBFBF. Windows color (decimal): -5385581 or 9687725. OLE color: 9687725.

HSL color Cylindrical-coordinate representation of color #ADD293: hue angle of 95.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD293 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB173210147-
CMYK0.1800.300.18
HSL95.24º41.18%70%-
HSV(B)95.24º30%82.35%-
XYZ45.5557.0836.22-
YUV191.76102.74114.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=32.64%
G=39.62%
B=27.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101470.1800.300.1895.2441.1870
HexADD2931201E125f2946
Octal255322223220362213751106
Binary101011011101001010010011100100111101001010111111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD293; }

 p { color: rgb(173,210,147); }

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

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

 a { background-color: rgb(173,210,147); }

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

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

 span { border-color: rgb(173,210,147); }

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