#ADCC7E

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

Shades of Caper #ADCC7E

Tints of Caper #ADCC7E

Color information

#ADCC7E (or 0xADCC7E) is unknown color: approx Caper. HEX triplet: AD, CC and 7E. RGB value is (173,204,126). Sum of RGB (Red+Green+Blue) = 173+204+126=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC7E is #523381. Grayscale: #BABABA. Windows color (decimal): -5387138 or 8309933. OLE color: 8309933.

HSL color Cylindrical-coordinate representation of color #ADCC7E: hue angle of 83.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCC7E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB173204126-
CMYK0.1500.380.2
HSL83.85º43.33%64.71%-
HSV(B)83.85º38.24%80%-
XYZ42.5953.5827.84-
YUV185.8494.23118.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=34.39%
G=40.56%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041260.1500.380.283.8543.3364.71
HexADCC7EF02614542b41
Octal255314176170462412453101
Binary10101101110011001111110111101001101010010101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC7E; }

 p { color: rgb(173,204,126); }

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

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

 a { background-color: rgb(173,204,126); }

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

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

 span { border-color: rgb(173,204,126); }

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