#AEC078

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

Shades of Caper #AEC078

Tints of Caper #AEC078

Color information

#AEC078 (or 0xAEC078) is unknown color: approx Caper. HEX triplet: AE, C0 and 78. RGB value is (174,192,120). Sum of RGB (Red+Green+Blue) = 174+192+120=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC078 is #513F87. Grayscale: #B2B2B2. Windows color (decimal): -5324680 or 7913646. OLE color: 7913646.

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

Color convert

RGB174192120-
CMYK0.0900.380.25
HSL75º36.36%61.18%-
HSV(B)75º37.5%75.29%-
XYZ39.748.0524.95-
YUV178.4195.04124.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=35.80%
G=39.51%
B=24.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921200.0900.380.257536.3661.18
HexAEC0789026194b243d
Octal25630017011046311134475
Binary1010111011000000111100010010100110110011001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC078; }

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

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

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

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

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

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

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

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