#72AE5B

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

Shades of Asparagus #72AE5B

Tints of Asparagus #72AE5B

Color information

#72AE5B (or 0x72AE5B) is unknown color: approx Asparagus. HEX triplet: 72, AE and 5B. RGB value is (114,174,91). Sum of RGB (Red+Green+Blue) = 114+174+91=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE5B is #8D51A4. Grayscale: #929292. Windows color (decimal): -9261477 or 6008434. OLE color: 6008434.

HSL color Cylindrical-coordinate representation of color #72AE5B: hue angle of 103.37º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AE5B is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB11417491-
CMYK0.3400.480.32
HSL103.37º33.88%51.96%-
HSV(B)103.37º47.7%68.24%-
XYZ23.9634.615.31-
YUV146.696.62104.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=30.08%
G=45.91%
B=24.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114174910.3400.480.32103.3733.8851.96
Hex72AE5B2203020672234
Octal16225613342060401474264
Binary111001010101110101101110001001100001000001100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AE5B; }

 p { color: rgb(114,174,91); }

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

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

 a { background-color: rgb(114,174,91); }

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

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

 span { border-color: rgb(114,174,91); }

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