#ADDA7B

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

Shades of Feijoa #ADDA7B

Tints of Feijoa #ADDA7B

Color information

#ADDA7B (or 0xADDA7B) is unknown color: approx Feijoa. HEX triplet: AD, DA and 7B. RGB value is (173,218,123). Sum of RGB (Red+Green+Blue) = 173+218+123=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA7B is #522584. Grayscale: #C2C2C2. Windows color (decimal): -5383557 or 8116909. OLE color: 8116909.

HSL color Cylindrical-coordinate representation of color #ADDA7B: hue angle of 88.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDA7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB173218123-
CMYK0.2100.440.15
HSL88.42º56.21%66.86%-
HSV(B)88.42º43.58%85.49%-
XYZ45.8860.4627.99-
YUV193.7188.09113.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=33.66%
G=42.41%
B=23.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181230.2100.440.1588.4256.2166.86
HexADDA7B1502CF583843
Octal255332173250541713070103
Binary10101101110110101111011101010101100111110110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDA7B; }

 p { color: rgb(173,218,123); }

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

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

 a { background-color: rgb(173,218,123); }

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

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

 span { border-color: rgb(173,218,123); }

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