#AEC26E

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

Shades of Caper #AEC26E

Tints of Caper #AEC26E

Color information

#AEC26E (or 0xAEC26E) is unknown color: approx Caper. HEX triplet: AE, C2 and 6E. RGB value is (174,194,110). Sum of RGB (Red+Green+Blue) = 174+194+110=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC26E is #513D91. Grayscale: #B2B2B2. Windows color (decimal): -5324178 or 7258798. OLE color: 7258798.

HSL color Cylindrical-coordinate representation of color #AEC26E: hue angle of 74.29º degrees, saturation: 0.41, 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 #AEC26E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB174194110-
CMYK0.1000.430.24
HSL74.29º40.78%59.61%-
HSV(B)74.29º43.3%76.08%-
XYZ39.5648.7122.07-
YUV178.4489.37124.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=36.40%
G=40.59%
B=23.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941100.1000.430.2474.2940.7859.61
HexAEC26EA02B184a293c
Octal25630215612053301125174
Binary1010111011000010110111010100101011110001001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC26E; }

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

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

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

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

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

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

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

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