#ADCC7A

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

Shades of Caper #ADCC7A

Tints of Caper #ADCC7A

Color information

#ADCC7A (or 0xADCC7A) is unknown color: approx Caper. HEX triplet: AD, CC and 7A. RGB value is (173,204,122). Sum of RGB (Red+Green+Blue) = 173+204+122=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC7A is #523385. Grayscale: #B9B9B9. Windows color (decimal): -5387142 or 8047789. OLE color: 8047789.

HSL color Cylindrical-coordinate representation of color #ADCC7A: hue angle of 82.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCC7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB173204122-
CMYK0.1500.400.2
HSL82.68º44.57%63.92%-
HSV(B)82.68º40.2%80%-
XYZ42.3453.4826.5-
YUV185.3892.23119.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=34.67%
G=40.88%
B=24.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041220.1500.400.282.6844.5763.92
HexADCC7AF02814532d40
Octal255314172170502412355100
Binary10101101110011001111010111101010001010010100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC7A; }

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

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

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

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

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

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

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

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