#7AC58E

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

Shades of Bay Leaf #7AC58E

Tints of Bay Leaf #7AC58E

Color information

#7AC58E (or 0x7AC58E) is unknown color: approx Bay Leaf. HEX triplet: 7A, C5 and 8E. RGB value is (122,197,142). Sum of RGB (Red+Green+Blue) = 122+197+142=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC58E is #853A71. Grayscale: #A8A8A8. Windows color (decimal): -8731250 or 9356666. OLE color: 9356666.

HSL color Cylindrical-coordinate representation of color #7AC58E: hue angle of 136º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC58E is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB122197142-
CMYK0.3800.280.23
HSL136º39.27%62.55%-
HSV(B)136º38.07%77.25%-
XYZ32.8746.0232.74-
YUV168.3113.1594.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=26.46%
G=42.73%
B=30.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971420.3800.280.2313639.2762.55
Hex7AC58E2601C1788273f
Octal17230521646034272104777
Binary111101011000101100011101001100111001011110001000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,142); }

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

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

 a { background-color: rgb(122,197,142); }

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

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

 span { border-color: rgb(122,197,142); }

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