#ADD491

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

Shades of Feijoa #ADD491

Tints of Feijoa #ADD491

Color information

#ADD491 (or 0xADD491) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 91. RGB value is (173,212,145). Sum of RGB (Red+Green+Blue) = 173+212+145=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD491 is #522B6E. Grayscale: #C0C0C0. Windows color (decimal): -5385071 or 9557165. OLE color: 9557165.

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

Color convert

RGB173212145-
CMYK0.1800.320.17
HSL94.93º43.79%70%-
HSV(B)94.93º31.6%83.14%-
XYZ45.8958.0235.57-
YUV192.7101.08113.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=32.64%
G=40%
B=27.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121450.1800.320.1794.9343.7970
HexADD49112020115f2c46
Octal255324221220402113754106
Binary1010110111010100100100011001001000001000110111111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD491; }

 p { color: rgb(173,212,145); }

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

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

 a { background-color: rgb(173,212,145); }

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

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

 span { border-color: rgb(173,212,145); }

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