#ADC078

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

Shades of Caper #ADC078

Tints of Caper #ADC078

Color information

#ADC078 (or 0xADC078) is unknown color: approx Caper. HEX triplet: AD, C0 and 78. RGB value is (173,192,120). Sum of RGB (Red+Green+Blue) = 173+192+120=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC078 is #523F87. Grayscale: #B2B2B2. Windows color (decimal): -5390216 or 7913645. OLE color: 7913645.

HSL color Cylindrical-coordinate representation of color #ADC078: hue angle of 75.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC078 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB173192120-
CMYK0.1000.380.25
HSL75.83º36.36%61.18%-
HSV(B)75.83º37.5%75.29%-
XYZ39.4747.9424.94-
YUV178.1195.21124.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=35.67%
G=39.59%
B=24.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921200.1000.380.2575.8336.3661.18
HexADC078A026194c243d
Octal25530017012046311144475
Binary1010110111000000111100010100100110110011001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC078; }

 p { color: rgb(173,192,120); }

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

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

 a { background-color: rgb(173,192,120); }

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

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

 span { border-color: rgb(173,192,120); }

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