#ADC07F

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

Shades of Caper #ADC07F

Tints of Caper #ADC07F

Color information

#ADC07F (or 0xADC07F) is unknown color: approx Caper. HEX triplet: AD, C0 and 7F. RGB value is (173,192,127). Sum of RGB (Red+Green+Blue) = 173+192+127=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07F is #523F80. Grayscale: #B3B3B3. Windows color (decimal): -5390209 or 8372397. OLE color: 8372397.

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

Color convert

RGB173192127-
CMYK0.1000.340.25
HSL77.54º34.03%62.55%-
HSV(B)77.54º33.85%75.29%-
XYZ39.9148.1227.26-
YUV178.9198.71123.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 127 (50% from 255) = 25.81%
R=35.16%
G=39.02%
B=25.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921270.1000.340.2577.5434.0362.55
HexADC07FA022194e223f
Octal25530017712042311164277
Binary1010110111000000111111110100100010110011001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC07F; }

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

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

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

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

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

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

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

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