#ADCD8B

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

Shades of Feijoa #ADCD8B

Tints of Feijoa #ADCD8B

Color information

#ADCD8B (or 0xADCD8B) is unknown color: approx Feijoa. HEX triplet: AD, CD and 8B. RGB value is (173,205,139). Sum of RGB (Red+Green+Blue) = 173+205+139=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8B is #523274. Grayscale: #BCBCBC. Windows color (decimal): -5386869 or 9162157. OLE color: 9162157.

HSL color Cylindrical-coordinate representation of color #ADCD8B: hue angle of 89.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCD8B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB173205139-
CMYK0.1600.320.20
HSL89.09º39.76%67.45%-
HSV(B)89.09º32.2%80.39%-
XYZ43.7354.4132.62-
YUV187.91100.4117.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=33.46%
G=39.65%
B=26.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051390.1600.320.2089.0939.7667.45
HexADCD8B1002014592843
Octal255315213200402413150103
Binary1010110111001101100010111000001000001010010110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD8B; }

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

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

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

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

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

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

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

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