#AEC07F

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

Shades of Caper #AEC07F

Tints of Caper #AEC07F

Color information

#AEC07F (or 0xAEC07F) is unknown color: approx Caper. HEX triplet: AE, C0 and 7F. RGB value is (174,192,127). Sum of RGB (Red+Green+Blue) = 174+192+127=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07F is #513F80. Grayscale: #B3B3B3. Windows color (decimal): -5324673 or 8372398. OLE color: 8372398.

HSL color Cylindrical-coordinate representation of color #AEC07F: hue angle of 76.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEC07F is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB174192127-
CMYK0.0900.340.25
HSL76.62º34.03%62.55%-
HSV(B)76.62º33.85%75.29%-
XYZ40.1448.2327.27-
YUV179.2198.54124.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 127 (50% from 255) = 25.76%
R=35.29%
G=38.95%
B=25.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921270.0900.340.2576.6234.0362.55
HexAEC07F9022194d223f
Octal25630017711042311154277
Binary1010111011000000111111110010100010110011001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC07F; }

 p { color: rgb(174,192,127); }

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

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

 a { background-color: rgb(174,192,127); }

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

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

 span { border-color: rgb(174,192,127); }

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