#ADC08E

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

Shades of Caper #ADC08E

Tints of Caper #ADC08E

Color information

#ADC08E (or 0xADC08E) is unknown color: approx Caper. HEX triplet: AD, C0 and 8E. RGB value is (173,192,142). Sum of RGB (Red+Green+Blue) = 173+192+142=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08E is #523F71. Grayscale: #B4B4B4. Windows color (decimal): -5390194 or 9355437. OLE color: 9355437.

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

Color convert

RGB173192142-
CMYK0.1000.260.25
HSL82.8º28.41%65.49%-
HSV(B)82.8º26.04%75.29%-
XYZ40.9748.5432.8-
YUV180.62106.21122.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=34.12%
G=37.87%
B=28.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921420.1000.260.2582.828.4165.49
HexADC08EA01A19531c41
Octal255300216120323112334101
Binary1010110111000000100011101010011010110011010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC08E; }

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

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

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

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

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

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

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

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