#ADDE70

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

Shades of Feijoa #ADDE70

Tints of Feijoa #ADDE70

Color information

#ADDE70 (or 0xADDE70) is unknown color: approx Feijoa. HEX triplet: AD, DE and 70. RGB value is (173,222,112). Sum of RGB (Red+Green+Blue) = 173+222+112=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE70 is #52218F. Grayscale: #C3C3C3. Windows color (decimal): -5382544 or 7397037. OLE color: 7397037.

HSL color Cylindrical-coordinate representation of color #ADDE70: hue angle of 86.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDE70 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB173222112-
CMYK0.2200.500.13
HSL86.73º62.5%65.49%-
HSV(B)86.73º49.55%87.06%-
XYZ46.2862.324.91-
YUV194.8181.27112.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=34.12%
G=43.79%
B=22.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221120.2200.500.1386.7362.565.49
HexADDE7016032D573e41
Octal255336160260621512776101
Binary10101101110111101110000101100110010110110101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE70; }

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

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

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

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

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

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

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

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