#AEC26D

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

Shades of Caper #AEC26D

Tints of Caper #AEC26D

Color information

#AEC26D (or 0xAEC26D) is unknown color: approx Caper. HEX triplet: AE, C2 and 6D. RGB value is (174,194,109). Sum of RGB (Red+Green+Blue) = 174+194+109=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC26D is #513D92. Grayscale: #B2B2B2. Windows color (decimal): -5324179 or 7193262. OLE color: 7193262.

HSL color Cylindrical-coordinate representation of color #AEC26D: hue angle of 74.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC26D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB174194109-
CMYK0.1000.440.24
HSL74.12º41.06%59.41%-
HSV(B)74.12º43.81%76.08%-
XYZ39.5148.6921.78-
YUV178.3388.87124.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=36.48%
G=40.67%
B=22.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941090.1000.440.2474.1241.0659.41
HexAEC26DA02C184a293b
Octal25630215512054301125173
Binary1010111011000010110110110100101100110001001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC26D; }

 p { color: rgb(174,194,109); }

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

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

 a { background-color: rgb(174,194,109); }

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

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

 span { border-color: rgb(174,194,109); }

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