#7AE130

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

Shades of Yellow Green #7AE130

Tints of Yellow Green #7AE130

Color information

#7AE130 (or 0x7AE130) is unknown color: approx Yellow Green. HEX triplet: 7A, E1 and 30. RGB value is (122,225,48). Sum of RGB (Red+Green+Blue) = 122+225+48=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AE130 is #851ECF. Grayscale: #AEAEAE. Windows color (decimal): -8724176 or 3203450. OLE color: 3203450.

HSL color Cylindrical-coordinate representation of color #7AE130: hue angle of 94.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AE130 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB12222548-
CMYK0.4600.790.12
HSL94.92º74.68%53.53%-
HSV(B)94.92º78.67%88.24%-
XYZ35.4858.212.16-
YUV174.0256.8890.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 225 (88.28% from 255) = 56.96%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=30.89%
G=56.96%
B=12.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122225480.4600.790.1294.9274.6853.53
Hex7AE1302E04FC5f4b36
Octal172341605601171413711366
Binary11110101110000111000010111001001111110010111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,48); }

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

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

 a { background-color: rgb(122,225,48); }

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

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

 span { border-color: rgb(122,225,48); }

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