#ADD699

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

Shades of Feijoa #ADD699

Tints of Feijoa #ADD699

Color information

#ADD699 (or 0xADD699) is unknown color: approx Feijoa. HEX triplet: AD, D6 and 99. RGB value is (173,214,153). Sum of RGB (Red+Green+Blue) = 173+214+153=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD699 is #522966. Grayscale: #C2C2C2. Windows color (decimal): -5384551 or 10081965. OLE color: 10081965.

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

Color convert

RGB173214153-
CMYK0.1900.290.16
HSL100.33º42.66%71.96%-
HSV(B)100.33º28.5%83.92%-
XYZ47.0359.2839.1-
YUV194.79104.42112.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=32.04%
G=39.63%
B=28.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141530.1900.290.16100.3342.6671.96
HexADD6991301D10642b48
Octal255326231230352014453110
Binary101011011101011010011001100110111011000011001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD699; }

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

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

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

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

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

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

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

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