#ADFA81

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

Shades of Feijoa #ADFA81

Tints of Feijoa #ADFA81

Color information

#ADFA81 (or 0xADFA81) is unknown color: approx Feijoa. HEX triplet: AD, FA and 81. RGB value is (173,250,129). Sum of RGB (Red+Green+Blue) = 173+250+129=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFA81 is #52057E. Grayscale: #D5D5D5. Windows color (decimal): -5375359 or 8518317. OLE color: 8518317.

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

Color convert

RGB173250129-
CMYK0.3100.480.02
HSL98.18º92.37%74.31%-
HSV(B)98.18º48.4%98.04%-
XYZ55.3878.8433.07-
YUV213.1880.4999.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=31.34%
G=45.29%
B=23.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501290.3100.480.0298.1892.3774.31
HexADFA811F0302625c4a
Octal255372201370602142134112
Binary10101101111110101000000111111011000010110001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA81; }

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

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

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

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

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

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

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

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