#ADF786

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

Shades of Feijoa #ADF786

Tints of Feijoa #ADF786

Color information

#ADF786 (or 0xADF786) is unknown color: approx Feijoa. HEX triplet: AD, F7 and 86. RGB value is (173,247,134). Sum of RGB (Red+Green+Blue) = 173+247+134=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF786 is #520879. Grayscale: #D4D4D4. Windows color (decimal): -5376122 or 8845229. OLE color: 8845229.

HSL color Cylindrical-coordinate representation of color #ADF786: hue angle of 99.29º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF786 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB173247134-
CMYK0.3000.460.03
HSL99.29º87.6%74.71%-
HSV(B)99.29º45.75%96.86%-
XYZ54.877.1334.55-
YUV211.9983.98100.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=31.23%
G=44.58%
B=24.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732471340.3000.460.0399.2987.674.71
HexADF7861E02E363584b
Octal255367206360563143130113
Binary10101101111101111000011011110010111011110001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF786; }

 p { color: rgb(173,247,134); }

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

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

 a { background-color: rgb(173,247,134); }

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

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

 span { border-color: rgb(173,247,134); }

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