#ADC574

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

Shades of Caper #ADC574

Tints of Caper #ADC574

Color information

#ADC574 (or 0xADC574) is unknown color: approx Caper. HEX triplet: AD, C5 and 74. RGB value is (173,197,116). Sum of RGB (Red+Green+Blue) = 173+197+116=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC574 is #523A8B. Grayscale: #B4B4B4. Windows color (decimal): -5388940 or 7652781. OLE color: 7652781.

HSL color Cylindrical-coordinate representation of color #ADC574: hue angle of 77.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC574 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB173197116-
CMYK0.1200.410.23
HSL77.78º41.12%61.37%-
HSV(B)77.78º41.12%77.25%-
XYZ40.3550.0824.06-
YUV180.5991.55122.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=35.60%
G=40.53%
B=23.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971160.1200.410.2377.7841.1261.37
HexADC574C029174e293d
Octal25530516414051271165175
Binary1010110111000101111010011000101001101111001110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC574; }

 p { color: rgb(173,197,116); }

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

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

 a { background-color: rgb(173,197,116); }

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

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

 span { border-color: rgb(173,197,116); }

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