#ADCF81

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

Shades of Feijoa #ADCF81

Tints of Feijoa #ADCF81

Color information

#ADCF81 (or 0xADCF81) is unknown color: approx Feijoa. HEX triplet: AD, CF and 81. RGB value is (173,207,129). Sum of RGB (Red+Green+Blue) = 173+207+129=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF81 is #52307E. Grayscale: #BCBCBC. Windows color (decimal): -5386367 or 8507309. OLE color: 8507309.

HSL color Cylindrical-coordinate representation of color #ADCF81: hue angle of 86.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCF81 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB173207129-
CMYK0.1600.380.19
HSL86.15º44.83%65.88%-
HSV(B)86.15º37.68%81.18%-
XYZ43.5155.0929.11-
YUV187.9494.74117.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=33.99%
G=40.67%
B=25.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071290.1600.380.1986.1544.8365.88
HexADCF811002613562d42
Octal255317201200462312655102
Binary1010110111001111100000011000001001101001110101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCF81; }

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

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

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

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

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

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

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

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