#ADCF8B

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

Shades of Feijoa #ADCF8B

Tints of Feijoa #ADCF8B

Color information

#ADCF8B (or 0xADCF8B) is unknown color: approx Feijoa. HEX triplet: AD, CF and 8B. RGB value is (173,207,139). Sum of RGB (Red+Green+Blue) = 173+207+139=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF8B is #523074. Grayscale: #BDBDBD. Windows color (decimal): -5386357 or 9162669. OLE color: 9162669.

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

Color convert

RGB173207139-
CMYK0.1600.330.19
HSL90º41.46%67.84%-
HSV(B)90º32.85%81.18%-
XYZ44.2155.3732.78-
YUV189.0899.74116.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=33.33%
G=39.88%
B=26.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071390.1600.330.199041.4667.84
HexADCF8B10021135a2944
Octal255317213200412313251104
Binary1010110111001111100010111000001000011001110110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCF8B; }

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

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

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

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

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

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

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

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