#ADD690

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

Shades of Feijoa #ADD690

Tints of Feijoa #ADD690

Color information

#ADD690 (or 0xADD690) is unknown color: approx Feijoa. HEX triplet: AD, D6 and 90. RGB value is (173,214,144). Sum of RGB (Red+Green+Blue) = 173+214+144=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD690 is #52296F. Grayscale: #C2C2C2. Windows color (decimal): -5384560 or 9492141. OLE color: 9492141.

HSL color Cylindrical-coordinate representation of color #ADD690: hue angle of 95.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD690 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB173214144-
CMYK0.1900.330.16
HSL95.14º46.05%70.2%-
HSV(B)95.14º32.71%83.92%-
XYZ46.3158.9935.33-
YUV193.7699.92113.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=32.58%
G=40.30%
B=27.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141440.1900.330.1695.1446.0570.2
HexADD69013021105f2e46
Octal255326220230412013756106
Binary1010110111010110100100001001101000011000010111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD690; }

 p { color: rgb(173,214,144); }

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

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

 a { background-color: rgb(173,214,144); }

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

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

 span { border-color: rgb(173,214,144); }

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