Html Css Color HEX #7AC28D Bay Leaf

📋 copy color: '#7AC28D'

red 122 ◦ green 194 ◦ blue 141

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

Shades of Bay Leaf #7AC28D

Tints of Bay Leaf #7AC28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 26.7%
G = 42.45%
B = 30.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#7AC28D (or 0x7AC28D) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8D. RGB value is (122,194,141). Sum of RGB (Red+Green+Blue) = 122+194+141=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28D is #853D72. Grayscale: #A6A6A6. Windows color (decimal): -8732019 or 9290362. OLE color: 9290362.

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

Color convert

RGB 122 194 141 -
CMYK 0.37 0 0.27 0.24
HSL 135.83º 0.37% 0.62% -
HSV(B) 135.83º 0.37% 0.76% -
XYZ 32.13 44.64 32.12 -
YUV 166.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 122 194 141 0.37 0 0.27 0.24 135.83 0.37 0.62
Hex 7A C2 8D 25 0 1B 18 88 25 3E
Octal 172 302 215 45 0 33 30 210 45 76
Binary 1111010 11000010 10001101 100101 0 11011 11000 10001000 100101 111110

Color Harmonies of #7AC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC28D

Black with #7AC28D

Text Example


Text Example

White with #7AC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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