#ADF481

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

Shades of Feijoa #ADF481

Tints of Feijoa #ADF481

Color information

#ADF481 (or 0xADF481) is unknown color: approx Feijoa. HEX triplet: AD, F4 and 81. RGB value is (173,244,129). Sum of RGB (Red+Green+Blue) = 173+244+129=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF481 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF481 is #520B7E. Grayscale: #D2D2D2. Windows color (decimal): -5376895 or 8516781. OLE color: 8516781.

HSL color Cylindrical-coordinate representation of color #ADF481: hue angle of 97.04º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF481 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB173244129-
CMYK0.2900.470.04
HSL97.04º83.94%73.14%-
HSV(B)97.04º47.13%95.69%-
XYZ53.5575.1732.46-
YUV209.6682.48101.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=31.68%
G=44.69%
B=23.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732441290.2900.470.0497.0483.9473.14
HexADF4811D02F4615449
Octal255364201350574141124111
Binary101011011111010010000001111010101111100110000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF481; }

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

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

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

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

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

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

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

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