#AEC56E

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

Shades of Caper #AEC56E

Tints of Caper #AEC56E

Color information

#AEC56E (or 0xAEC56E) is unknown color: approx Caper. HEX triplet: AE, C5 and 6E. RGB value is (174,197,110). Sum of RGB (Red+Green+Blue) = 174+197+110=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC56E is #513A91. Grayscale: #B4B4B4. Windows color (decimal): -5323410 or 7259566. OLE color: 7259566.

HSL color Cylindrical-coordinate representation of color #AEC56E: hue angle of 75.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC56E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB174197110-
CMYK0.1200.440.23
HSL75.86º42.86%60.2%-
HSV(B)75.86º44.16%77.25%-
XYZ40.2450.0622.29-
YUV180.288.38123.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=36.17%
G=40.96%
B=22.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971100.1200.440.2375.8642.8660.2
HexAEC56EC02C174c2b3c
Octal25630515614054271145374
Binary1010111011000101110111011000101100101111001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC56E; }

 p { color: rgb(174,197,110); }

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

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

 a { background-color: rgb(174,197,110); }

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

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

 span { border-color: rgb(174,197,110); }

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