#ADF079

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

Shades of Feijoa #ADF079

Tints of Feijoa #ADF079

Color information

#ADF079 (or 0xADF079) is unknown color: approx Feijoa. HEX triplet: AD, F0 and 79. RGB value is (173,240,121). Sum of RGB (Red+Green+Blue) = 173+240+121=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF079 is #520F86. Grayscale: #CECECE. Windows color (decimal): -5377927 or 7991469. OLE color: 7991469.

HSL color Cylindrical-coordinate representation of color #ADF079: hue angle of 93.78º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF079 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB173240121-
CMYK0.2800.500.06
HSL93.78º79.87%70.78%-
HSV(B)93.78º49.58%94.12%-
XYZ51.8472.5829.37-
YUV206.479.8104.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 121 (47.66% from 255) = 22.66%
R=32.40%
G=44.94%
B=22.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732401210.2800.500.0693.7879.8770.78
HexADF0791C03265e5047
Octal255360171340626136120107
Binary10101101111100001111001111000110010110101111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF079; }

 p { color: rgb(173,240,121); }

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

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

 a { background-color: rgb(173,240,121); }

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

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

 span { border-color: rgb(173,240,121); }

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