#71A254

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

Shades of Asparagus #71A254

Tints of Asparagus #71A254

Color information

#71A254 (or 0x71A254) is unknown color: approx Asparagus. HEX triplet: 71, A2 and 54. RGB value is (113,162,84). Sum of RGB (Red+Green+Blue) = 113+162+84=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #71A254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A254 is #8E5DAB. Grayscale: #8A8A8A. Windows color (decimal): -9330092 or 5546609. OLE color: 5546609.

HSL color Cylindrical-coordinate representation of color #71A254: hue angle of 97.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71A254 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB11316284-
CMYK0.3000.480.36
HSL97.69º31.71%48.24%-
HSV(B)97.69º48.15%63.53%-
XYZ21.3329.9913.05-
YUV138.4697.27109.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 84 (33.20% from 255) = 23.40%
R=31.48%
G=45.13%
B=23.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113162840.3000.480.3697.6931.7148.24
Hex71A2541E03024622030
Octal16124212436060441424060
Binary11100011010001010101001111001100001001001100010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A254; }

 p { color: rgb(113,162,84); }

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

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

 a { background-color: rgb(113,162,84); }

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

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

 span { border-color: rgb(113,162,84); }

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