#ADD195

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

Shades of Feijoa #ADD195

Tints of Feijoa #ADD195

Color information

#ADD195 (or 0xADD195) is unknown color: approx Feijoa. HEX triplet: AD, D1 and 95. RGB value is (173,209,149). Sum of RGB (Red+Green+Blue) = 173+209+149=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD195 is #522E6A. Grayscale: #BFBFBF. Windows color (decimal): -5385835 or 9818541. OLE color: 9818541.

HSL color Cylindrical-coordinate representation of color #ADD195: hue angle of 96º 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 #ADD195 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB173209149-
CMYK0.1700.290.18
HSL96º39.47%70.2%-
HSV(B)96º28.71%81.96%-
XYZ45.4656.6636.97-
YUV191.4104.07114.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=32.58%
G=39.36%
B=28.06%

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
Decimal1732091490.1700.290.189639.4770.2
HexADD1951101D12602746
Octal255321225210352214047106
Binary101011011101000110010101100010111011001011000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD195; }

 p { color: rgb(173,209,149); }

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

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

 a { background-color: rgb(173,209,149); }

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

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

 span { border-color: rgb(173,209,149); }

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