Html Css Color HEX #7AC390 Bay Leaf

📋 copy color: '#7AC390'

red 122 ◦ green 195 ◦ blue 144

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

Shades of Bay Leaf #7AC390

Tints of Bay Leaf #7AC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 26.46%
G = 42.3%
B = 31.24%

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

#7AC390 (or 0x7AC390) is known color: Bay Leaf. HEX triplet: 7A, C3 and 90. RGB value is (122,195,144). Sum of RGB (Red+Green+Blue) = 122+195+144=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC390 is #853C6F. Grayscale: #A7A7A7. Windows color (decimal): -8731760 or 9487226. OLE color: 9487226.

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

Color convert

RGB 122 195 144 -
CMYK 0.37 0 0.26 0.24
HSL 138.08º 0.38% 0.62% -
HSV(B) 138.08º 0.37% 0.76% -
XYZ 32.58 45.18 33.39 -
YUV 167.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 122 195 144 0.37 0 0.26 0.24 138.08 0.38 0.62
Hex 7A C3 90 25 0 1A 18 8A 26 3E
Octal 172 303 220 45 0 32 30 212 46 76
Binary 1111010 11000011 10010000 100101 0 11010 11000 10001010 100110 111110

Color Harmonies of #7AC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC390

Black with #7AC390

Text Example


Text Example

White with #7AC390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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