#ADDF7C

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

Shades of Feijoa #ADDF7C

Tints of Feijoa #ADDF7C

Color information

#ADDF7C (or 0xADDF7C) is unknown color: approx Feijoa. HEX triplet: AD, DF and 7C. RGB value is (173,223,124). Sum of RGB (Red+Green+Blue) = 173+223+124=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF7C is #522083. Grayscale: #C5C5C5. Windows color (decimal): -5382276 or 8183725. OLE color: 8183725.

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

Color convert

RGB173223124-
CMYK0.2200.440.13
HSL90.3º60.74%68.04%-
HSV(B)90.3º44.39%87.45%-
XYZ47.2663.1128.76-
YUV196.7686.94111.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=33.27%
G=42.88%
B=23.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231240.2200.440.1390.360.7468.04
HexADDF7C1602CD5a3d44
Octal255337174260541513275104
Binary10101101110111111111100101100101100110110110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF7C; }

 p { color: rgb(173,223,124); }

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

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

 a { background-color: rgb(173,223,124); }

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

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

 span { border-color: rgb(173,223,124); }

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