#7EA252

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

Shades of Asparagus #7EA252

Tints of Asparagus #7EA252

Color information

#7EA252 (or 0x7EA252) is unknown color: approx Asparagus. HEX triplet: 7E, A2 and 52. RGB value is (126,162,82). Sum of RGB (Red+Green+Blue) = 126+162+82=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA252 is #815DAD. Grayscale: #8E8E8E. Windows color (decimal): -8478126 or 5415550. OLE color: 5415550.

HSL color Cylindrical-coordinate representation of color #7EA252: hue angle of 87º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EA252 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB12616282-
CMYK0.2200.490.36
HSL87º32.79%47.84%-
HSV(B)87º49.38%63.53%-
XYZ23.0530.8912.73-
YUV142.1294.07116.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.05%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=34.05%
G=43.78%
B=22.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126162820.2200.490.368732.7947.84
Hex7EA2521603124572130
Octal17624212226061441274160
Binary11111101010001010100101011001100011001001010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA252; }

 p { color: rgb(126,162,82); }

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

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

 a { background-color: rgb(126,162,82); }

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

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

 span { border-color: rgb(126,162,82); }

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