#ADCE75

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

Shades of Caper #ADCE75

Tints of Caper #ADCE75

Color information

#ADCE75 (or 0xADCE75) is unknown color: approx Caper. HEX triplet: AD, CE and 75. RGB value is (173,206,117). Sum of RGB (Red+Green+Blue) = 173+206+117=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE75 is #52318A. Grayscale: #BABABA. Windows color (decimal): -5386635 or 7720621. OLE color: 7720621.

HSL color Cylindrical-coordinate representation of color #ADCE75: hue angle of 82.25º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCE75 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB173206117-
CMYK0.1600.430.19
HSL82.25º47.59%63.33%-
HSV(B)82.25º43.2%80.78%-
XYZ42.5254.3125.07-
YUV185.9989.07118.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=34.88%
G=41.53%
B=23.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061170.1600.430.1982.2547.5963.33
HexADCE751002B1352303f
Octal25531616520053231226077
Binary10101101110011101110101100000101011100111010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCE75; }

 p { color: rgb(173,206,117); }

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

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

 a { background-color: rgb(173,206,117); }

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

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

 span { border-color: rgb(173,206,117); }

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