#ADF686

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

Shades of Feijoa #ADF686

Tints of Feijoa #ADF686

Color information

#ADF686 (or 0xADF686) is unknown color: approx Feijoa. HEX triplet: AD, F6 and 86. RGB value is (173,246,134). Sum of RGB (Red+Green+Blue) = 173+246+134=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF686 is #520979. Grayscale: #D3D3D3. Windows color (decimal): -5376378 or 8844973. OLE color: 8844973.

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

Color convert

RGB173246134-
CMYK0.3000.460.04
HSL99.11º86.15%74.51%-
HSV(B)99.11º45.53%96.47%-
XYZ54.4976.5234.45-
YUV211.484.32100.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=31.28%
G=44.48%
B=24.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732461340.3000.460.0499.1186.1574.51
HexADF6861E02E463564b
Octal255366206360564143126113
Binary101011011111011010000110111100101110100110001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF686; }

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

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

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

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

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

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

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

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