#AEC28F

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

Shades of Caper #AEC28F

Tints of Caper #AEC28F

Color information

#AEC28F (or 0xAEC28F) is unknown color: approx Caper. HEX triplet: AE, C2 and 8F. RGB value is (174,194,143). Sum of RGB (Red+Green+Blue) = 174+194+143=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC28F is #513D70. Grayscale: #B6B6B6. Windows color (decimal): -5324145 or 9421486. OLE color: 9421486.

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

Color convert

RGB174194143-
CMYK0.1000.260.24
HSL83.53º29.48%66.08%-
HSV(B)83.53º26.29%76.08%-
XYZ41.7149.5733.36-
YUV182.21105.87122.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=34.05%
G=37.96%
B=27.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941430.1000.260.2483.5329.4866.08
HexAEC28FA01A18541d42
Octal256302217120323012435102
Binary1010111011000010100011111010011010110001010100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC28F; }

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

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

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

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

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

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

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

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