#ADC08A

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

Shades of Caper #ADC08A

Tints of Caper #ADC08A

Color information

#ADC08A (or 0xADC08A) is unknown color: approx Caper. HEX triplet: AD, C0 and 8A. RGB value is (173,192,138). Sum of RGB (Red+Green+Blue) = 173+192+138=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08A is #523F75. Grayscale: #B4B4B4. Windows color (decimal): -5390198 or 9093293. OLE color: 9093293.

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

Color convert

RGB173192138-
CMYK0.1000.280.25
HSL81.11º30%64.71%-
HSV(B)81.11º28.12%75.29%-
XYZ40.6748.4231.25-
YUV180.16104.21122.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=34.39%
G=38.17%
B=27.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921380.1000.280.2581.113064.71
HexADC08AA01C19511e41
Octal255300212120343112136101
Binary1010110111000000100010101010011100110011010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC08A; }

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

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

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

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

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

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

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

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