#7AC28A

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

Shades of Bay Leaf #7AC28A

Tints of Bay Leaf #7AC28A

Color information

#7AC28A (or 0x7AC28A) is unknown color: approx Bay Leaf. HEX triplet: 7A, C2 and 8A. RGB value is (122,194,138). Sum of RGB (Red+Green+Blue) = 122+194+138=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28A is #853D75. Grayscale: #A6A6A6. Windows color (decimal): -8732022 or 9093754. OLE color: 9093754.

HSL color Cylindrical-coordinate representation of color #7AC28A: hue angle of 133.33º degrees, saturation: 0.37, 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 #7AC28A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB122194138-
CMYK0.3700.290.24
HSL133.33º37.11%61.96%-
HSV(B)133.33º37.11%76.08%-
XYZ31.9144.5630.96-
YUV166.09112.1596.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=26.87%
G=42.73%
B=30.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221941380.3700.290.24133.3337.1161.96
Hex7AC28A2501D1885253e
Octal17230221245035302054576
Binary111101011000010100010101001010111011100010000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,138); }

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

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

 a { background-color: rgb(122,194,138); }

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

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

 span { border-color: rgb(122,194,138); }

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