#7AC38D

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

Shades of Bay Leaf #7AC38D

Tints of Bay Leaf #7AC38D

Color information

#7AC38D (or 0x7AC38D) is unknown color: approx Bay Leaf. HEX triplet: 7A, C3 and 8D. RGB value is (122,195,141). Sum of RGB (Red+Green+Blue) = 122+195+141=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC38D is #853C72. Grayscale: #A7A7A7. Windows color (decimal): -8731763 or 9290618. OLE color: 9290618.

HSL color Cylindrical-coordinate representation of color #7AC38D: hue angle of 135.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC38D is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB122195141-
CMYK0.3700.280.24
HSL135.62º37.82%62.16%-
HSV(B)135.62º37.44%76.47%-
XYZ32.3545.0932.2-
YUV167.02113.3295.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=26.64%
G=42.58%
B=30.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951410.3700.280.24135.6237.8262.16
Hex7AC38D2501C1888263e
Octal17230321545034302104676
Binary111101011000011100011011001010111001100010001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,141); }

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

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

 a { background-color: rgb(122,195,141); }

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

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

 span { border-color: rgb(122,195,141); }

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