#aec370

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

Shades of Caper #AEC370

Tints of Caper #AEC370

Color information

#AEC370 (or 0xAEC370) is unknown color: approx Caper. HEX triplet: AE, C3 and 70. RGB value is (174,195,112). Sum of RGB (Red+Green+Blue) = 174+195+112=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC370 is #513C8F. Grayscale: #B3B3B3. Windows color (decimal): -5323920 or 7390126. OLE color: 7390126.

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

Color convert

RGB174195112-
CMYK0.1100.430.24
HSL75.18º40.89%60.2%-
HSV(B)75.18º42.56%76.47%-
XYZ39.949.222.72-
YUV179.2690.04124.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=36.17%
G=40.54%
B=23.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951120.1100.430.2475.1840.8960.2
HexAEC370B02B184b293c
Octal25630316013053301135174
Binary1010111011000011111000010110101011110001001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aec370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aec370; }

 p { color: rgb(174,195,112); }

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

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

 a { background-color: rgb(174,195,112); }

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

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

 span { border-color: rgb(174,195,112); }

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