#ADC27F

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

Shades of Caper #ADC27F

Tints of Caper #ADC27F

Color information

#ADC27F (or 0xADC27F) is unknown color: approx Caper. HEX triplet: AD, C2 and 7F. RGB value is (173,194,127). Sum of RGB (Red+Green+Blue) = 173+194+127=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC27F is #523D80. Grayscale: #B4B4B4. Windows color (decimal): -5389697 or 8372909. OLE color: 8372909.

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

Color convert

RGB173194127-
CMYK0.1100.350.24
HSL78.81º35.45%62.94%-
HSV(B)78.81º34.54%76.08%-
XYZ40.364927.41-
YUV180.0898.04122.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 127 (50% from 255) = 25.71%
R=35.02%
G=39.27%
B=25.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941270.1100.350.2478.8135.4562.94
HexADC27FB023184f233f
Octal25530217713043301174377
Binary1010110111000010111111110110100011110001001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC27F; }

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

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

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

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

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

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

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

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