#ADC271

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

Shades of Caper #ADC271

Tints of Caper #ADC271

Color information

#ADC271 (or 0xADC271) is unknown color: approx Caper. HEX triplet: AD, C2 and 71. RGB value is (173,194,113). Sum of RGB (Red+Green+Blue) = 173+194+113=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC271 is #523D8E. Grayscale: #B2B2B2. Windows color (decimal): -5389711 or 7455405. OLE color: 7455405.

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

Color convert

RGB173194113-
CMYK0.1100.420.24
HSL75.56º39.9%60.2%-
HSV(B)75.56º41.75%76.08%-
XYZ39.5148.6622.93-
YUV178.4991.04124.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=36.04%
G=40.42%
B=23.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941130.1100.420.2475.5639.960.2
HexADC271B02A184c283c
Octal25530216113052301145074
Binary1010110111000010111000110110101010110001001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC271; }

 p { color: rgb(173,194,113); }

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

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

 a { background-color: rgb(173,194,113); }

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

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

 span { border-color: rgb(173,194,113); }

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