Html Css Color HEX #7AC18E Bay Leaf

📋 copy color: '#7AC18E'

red 122 ◦ green 193 ◦ blue 142

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

Shades of Bay Leaf #7AC18E

Tints of Bay Leaf #7AC18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 26.7%
G = 42.23%
B = 31.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#7AC18E (or 0x7AC18E) is known color: Bay Leaf. HEX triplet: 7A, C1 and 8E. RGB value is (122,193,142). Sum of RGB (Red+Green+Blue) = 122+193+142=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC18E is #853E71. Grayscale: #A6A6A6. Windows color (decimal): -8732274 or 9355642. OLE color: 9355642.

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

Color convert

RGB 122 193 142 -
CMYK 0.37 0 0.26 0.24
HSL 136.9º 0.36% 0.62% -
HSV(B) 136.9º 0.37% 0.76% -
XYZ 31.98 44.23 32.44 -
YUV 165.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 122 193 142 0.37 0 0.26 0.24 136.9 0.36 0.62
Hex 7A C1 8E 25 0 1A 18 89 24 3E
Octal 172 301 216 45 0 32 30 211 44 76
Binary 1111010 11000001 10001110 100101 0 11010 11000 10001001 100100 111110

Color Harmonies of #7AC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC18E

Black with #7AC18E

Text Example


Text Example

White with #7AC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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