#ADF083

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

Shades of Feijoa #ADF083

Tints of Feijoa #ADF083

Color information

#ADF083 (or 0xADF083) is unknown color: approx Feijoa. HEX triplet: AD, F0 and 83. RGB value is (173,240,131). Sum of RGB (Red+Green+Blue) = 173+240+131=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF083 is #520F7C. Grayscale: #CFCFCF. Windows color (decimal): -5377917 or 8646829. OLE color: 8646829.

HSL color Cylindrical-coordinate representation of color #ADF083: hue angle of 96.88º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF083 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB173240131-
CMYK0.2800.450.06
HSL96.88º78.42%72.75%-
HSV(B)96.88º45.42%94.12%-
XYZ52.4972.8432.77-
YUV207.5484.8103.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=31.80%
G=44.12%
B=24.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732401310.2800.450.0696.8878.4272.75
HexADF0831C02D6614e49
Octal255360203340556141116111
Binary101011011111000010000011111000101101110110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF083; }

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

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

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

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

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

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

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

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