#ADDE8A

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

Shades of Feijoa #ADDE8A

Tints of Feijoa #ADDE8A

Color information

#ADDE8A (or 0xADDE8A) is unknown color: approx Feijoa. HEX triplet: AD, DE and 8A. RGB value is (173,222,138). Sum of RGB (Red+Green+Blue) = 173+222+138=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE8A is #522175. Grayscale: #C6C6C6. Windows color (decimal): -5382518 or 9100973. OLE color: 9100973.

HSL color Cylindrical-coordinate representation of color #ADDE8A: hue angle of 95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDE8A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB173222138-
CMYK0.2200.380.13
HSL95º56%70.59%-
HSV(B)95º37.84%87.06%-
XYZ47.9462.9633.67-
YUV197.7794.27110.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=32.46%
G=41.65%
B=25.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221380.2200.380.13955670.59
HexADDE8A16026D5f3847
Octal255336212260461513770107
Binary101011011101111010001010101100100110110110111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE8A; }

 p { color: rgb(173,222,138); }

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

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

 a { background-color: rgb(173,222,138); }

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

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

 span { border-color: rgb(173,222,138); }

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