#AEC27C

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

Shades of Caper #AEC27C

Tints of Caper #AEC27C

Color information

#AEC27C (or 0xAEC27C) is unknown color: approx Caper. HEX triplet: AE, C2 and 7C. RGB value is (174,194,124). Sum of RGB (Red+Green+Blue) = 174+194+124=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC27C is #513D83. Grayscale: #B4B4B4. Windows color (decimal): -5324164 or 8176302. OLE color: 8176302.

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

Color convert

RGB174194124-
CMYK0.1000.360.24
HSL77.14º36.46%62.35%-
HSV(B)77.14º36.08%76.08%-
XYZ40.3949.0426.41-
YUV180.0496.37123.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=35.37%
G=39.43%
B=25.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941240.1000.360.2477.1436.4662.35
HexAEC27CA024184d243e
Octal25630217412044301154476
Binary1010111011000010111110010100100100110001001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC27C; }

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

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

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

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

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

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

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

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