#ADCC8A

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

Shades of Feijoa #ADCC8A

Tints of Feijoa #ADCC8A

Color information

#ADCC8A (or 0xADCC8A) is unknown color: approx Feijoa. HEX triplet: AD, CC and 8A. RGB value is (173,204,138). Sum of RGB (Red+Green+Blue) = 173+204+138=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC8A is #523375. Grayscale: #BBBBBB. Windows color (decimal): -5387126 or 9096365. OLE color: 9096365.

HSL color Cylindrical-coordinate representation of color #ADCC8A: hue angle of 88.18º degrees, saturation: 0.39, 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 #ADCC8A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB173204138-
CMYK0.1500.320.2
HSL88.18º39.29%67.06%-
HSV(B)88.18º32.35%80%-
XYZ43.4153.932.16-
YUV187.21100.23117.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=33.59%
G=39.61%
B=26.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041380.1500.320.288.1839.2967.06
HexADCC8AF02014582743
Octal255314212170402413047103
Binary101011011100110010001010111101000001010010110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC8A; }

 p { color: rgb(173,204,138); }

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

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

 a { background-color: rgb(173,204,138); }

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

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

 span { border-color: rgb(173,204,138); }

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