Html Css Color HEX #7EAC12 Lima

📋 copy color: '#7EAC12'

red 126 ◦ green 172 ◦ blue 18

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

Shades of Lima #7EAC12

Tints of Lima #7EAC12

RGB

 RED value IS 126 (49.61% from 255) = 39.87%

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 39.87%
G = 54.43%
B = 5.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#7EAC12 (or 0x7EAC12) is known color: Lima. HEX triplet: 7E, AC and 12. RGB value is (126,172,18). Sum of RGB (Red+Green+Blue) = 126+172+18=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAC12 is #8153ED. Grayscale: #8D8D8D. Windows color (decimal): -8475630 or 1223806. OLE color: 1223806.

HSL color Cylindrical-coordinate representation of color #7EAC12: hue angle of 77.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EAC12 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 172 18 -
CMYK 0.27 0 0.90 0.33
HSL 77.92º 0.81% 0.37% -
HSV(B) 77.92º 0.9% 0.67% -
XYZ 23.47 33.98 5.9 -
YUV 140.69 58.76 117.52 -
System Red Green Blue C M Y K H S L
Decimal 126 172 18 0.27 0 0.90 0.33 77.92 0.81 0.37
Hex 7E AC 12 1B 0 5A 21 4E 51 25
Octal 176 254 22 33 0 132 41 116 121 45
Binary 1111110 10101100 10010 11011 0 1011010 100001 1001110 1010001 100101

Color Harmonies of #7EAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC12

Black with #7EAC12

Text Example


Text Example

White with #7EAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,18); }

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

background-color css

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

 a { background-color: rgb(126,172,18); }

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

border-color css

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

 span { border-color: rgb(126,172,18); }

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