#add492

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

Shades of Feijoa #ADD492

Tints of Feijoa #ADD492

Color information

#ADD492 (or 0xADD492) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 92. RGB value is (173,212,146). Sum of RGB (Red+Green+Blue) = 173+212+146=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD492 is #522B6D. Grayscale: #C1C1C1. Windows color (decimal): -5385070 or 9622701. OLE color: 9622701.

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

Color convert

RGB173212146-
CMYK0.1800.310.17
HSL95.45º43.42%70.2%-
HSV(B)95.45º31.13%83.14%-
XYZ45.9758.0535.98-
YUV192.82101.58113.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=32.58%
G=39.92%
B=27.50%

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
Decimal1732121460.1800.310.1795.4543.4270.2
HexADD4921201F115f2b46
Octal255324222220372113753106
Binary101011011101010010010010100100111111000110111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #add492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #add492; }

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

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

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

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

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

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

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

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