#7AE272

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

Shades of Pastel Green #7AE272

Tints of Pastel Green #7AE272

Color information

#7AE272 (or 0x7AE272) is unknown color: approx Pastel Green. HEX triplet: 7A, E2 and 72. RGB value is (122,226,114). Sum of RGB (Red+Green+Blue) = 122+226+114=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE272 is #851D8D. Grayscale: #B6B6B6. Windows color (decimal): -8723854 or 7529082. OLE color: 7529082.

HSL color Cylindrical-coordinate representation of color #7AE272: hue angle of 115.71º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AE272 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB122226114-
CMYK0.4600.500.11
HSL115.71º65.88%66.67%-
HSV(B)115.71º49.56%88.63%-
XYZ38.2659.7525.44-
YUV182.1489.5485.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 226 (88.67% from 255) = 48.92%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=26.41%
G=48.92%
B=24.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261140.4600.500.11115.7165.8866.67
Hex7AE2722E032B744243
Octal1723421625606213164102103
Binary111101011100010111001010111001100101011111010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,226,114); }

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

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

 a { background-color: rgb(122,226,114); }

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

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

 span { border-color: rgb(122,226,114); }

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