Html Css Color HEX #7AC28C Bay Leaf

📋 copy color: '#7AC28C'

red 122 ◦ green 194 ◦ blue 140

#7AC28C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7AC28C

Tints of Bay Leaf #7AC28C

RGB

 RED value IS 122 (48.05% from 255) = 26.75%

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 26.75%
G = 42.54%
B = 30.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#7AC28C (or 0x7AC28C) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8C. RGB value is (122,194,140). Sum of RGB (Red+Green+Blue) = 122+194+140=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28C is #853D73. Grayscale: #A6A6A6. Windows color (decimal): -8732020 or 9224826. OLE color: 9224826.

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

Color convert

RGB 122 194 140 -
CMYK 0.37 0 0.28 0.24
HSL 135º 0.37% 0.62% -
HSV(B) 135º 0.37% 0.76% -
XYZ 32.05 44.61 31.73 -
YUV 166.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 122 194 140 0.37 0 0.28 0.24 135 0.37 0.62
Hex 7A C2 8C 25 0 1C 18 87 25 3E
Octal 172 302 214 45 0 34 30 207 45 76
Binary 1111010 11000010 10001100 100101 0 11100 11000 10000111 100101 111110

Color Harmonies of #7AC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC28C

Black with #7AC28C

Text Example


Text Example

White with #7AC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC28C;
 }
 .AnyTagClassName
 {
   color: #7AC28C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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