#ADD094

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

Shades of Feijoa #ADD094

Tints of Feijoa #ADD094

Color information

#ADD094 (or 0xADD094) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 94. RGB value is (173,208,148). Sum of RGB (Red+Green+Blue) = 173+208+148=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD094 is #522F6B. Grayscale: #BEBEBE. Windows color (decimal): -5386092 or 9752749. OLE color: 9752749.

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

Color convert

RGB173208148-
CMYK0.1700.290.18
HSL95º38.96%69.8%-
HSV(B)95º28.85%81.57%-
XYZ45.1356.1336.47-
YUV190.7103.9115.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=32.70%
G=39.32%
B=27.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081480.1700.290.189538.9669.8
HexADD0941101D125f2746
Octal255320224210352213747106
Binary101011011101000010010100100010111011001010111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD094; }

 p { color: rgb(173,208,148); }

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

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

 a { background-color: rgb(173,208,148); }

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

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

 span { border-color: rgb(173,208,148); }

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