#ADC26F

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

Shades of Caper #ADC26F

Tints of Caper #ADC26F

Color information

#ADC26F (or 0xADC26F) is unknown color: approx Caper. HEX triplet: AD, C2 and 6F. RGB value is (173,194,111). Sum of RGB (Red+Green+Blue) = 173+194+111=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26F is #523D90. Grayscale: #B2B2B2. Windows color (decimal): -5389713 or 7324333. OLE color: 7324333.

HSL color Cylindrical-coordinate representation of color #ADC26F: hue angle of 75.18º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC26F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB173194111-
CMYK0.1100.430.24
HSL75.18º40.49%59.8%-
HSV(B)75.18º42.78%76.08%-
XYZ39.3948.6222.35-
YUV178.2690.04124.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=36.19%
G=40.59%
B=23.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941110.1100.430.2475.1840.4959.8
HexADC26FB02B184b283c
Octal25530215713053301135074
Binary1010110111000010110111110110101011110001001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC26F; }

 p { color: rgb(173,194,111); }

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

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

 a { background-color: rgb(173,194,111); }

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

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

 span { border-color: rgb(173,194,111); }

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