#ADFA84

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

Shades of Feijoa #ADFA84

Tints of Feijoa #ADFA84

Color information

#ADFA84 (or 0xADFA84) is unknown color: approx Feijoa. HEX triplet: AD, FA and 84. RGB value is (173,250,132). Sum of RGB (Red+Green+Blue) = 173+250+132=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFA84 is #52057B. Grayscale: #D5D5D5. Windows color (decimal): -5375356 or 8714925. OLE color: 8714925.

HSL color Cylindrical-coordinate representation of color #ADFA84: hue angle of 99.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADFA84 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB173250132-
CMYK0.3100.470.02
HSL99.15º92.19%74.9%-
HSV(B)99.15º47.2%98.04%-
XYZ55.5878.9234.13-
YUV213.5281.9999.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=31.17%
G=45.05%
B=23.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501320.3100.470.0299.1592.1974.9
HexADFA841F02F2635c4b
Octal255372204370572143134113
Binary10101101111110101000010011111010111110110001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA84; }

 p { color: rgb(173,250,132); }

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

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

 a { background-color: rgb(173,250,132); }

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

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

 span { border-color: rgb(173,250,132); }

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