#ADC378

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

Shades of Caper #ADC378

Tints of Caper #ADC378

Color information

#ADC378 (or 0xADC378) is unknown color: approx Caper. HEX triplet: AD, C3 and 78. RGB value is (173,195,120). Sum of RGB (Red+Green+Blue) = 173+195+120=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC378 is #523C87. Grayscale: #B4B4B4. Windows color (decimal): -5389448 or 7914413. OLE color: 7914413.

HSL color Cylindrical-coordinate representation of color #ADC378: hue angle of 77.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC378 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB173195120-
CMYK0.1100.380.24
HSL77.6º38.46%61.76%-
HSV(B)77.6º38.46%76.47%-
XYZ40.1449.2725.16-
YUV179.8794.21123.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=35.45%
G=39.96%
B=24.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951200.1100.380.2477.638.4661.76
HexADC378B026184e263e
Octal25530317013046301164676
Binary1010110111000011111100010110100110110001001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC378; }

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

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

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

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

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

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

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

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