#AECF6B

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

Shades of Caper #AECF6B

Tints of Caper #AECF6B

Color information

#AECF6B (or 0xAECF6B) is unknown color: approx Caper. HEX triplet: AE, CF and 6B. RGB value is (174,207,107). Sum of RGB (Red+Green+Blue) = 174+207+107=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF6B is #513094. Grayscale: #BABABA. Windows color (decimal): -5320853 or 7065518. OLE color: 7065518.

HSL color Cylindrical-coordinate representation of color #AECF6B: hue angle of 79.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AECF6B is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB174207107-
CMYK0.1600.480.19
HSL79.8º51.02%61.57%-
HSV(B)79.8º48.31%81.18%-
XYZ42.4254.6922.23-
YUV185.7383.57119.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=35.66%
G=42.42%
B=21.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071070.1600.480.1979.851.0261.57
HexAECF6B100301350333e
Octal25631715320060231206376
Binary10101110110011111101011100000110000100111010000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF6B; }

 p { color: rgb(174,207,107); }

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

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

 a { background-color: rgb(174,207,107); }

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

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

 span { border-color: rgb(174,207,107); }

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