Html Css Color HEX #7EAA0C Lima

📋 copy color: '#7EAA0C'

red 126 ◦ green 170 ◦ blue 12

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

Shades of Lima #7EAA0C

Tints of Lima #7EAA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 40.91%
G = 55.19%
B = 3.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#7EAA0C (or 0x7EAA0C) is known color: Lima. HEX triplet: 7E, AA and 0C. RGB value is (126,170,12). Sum of RGB (Red+Green+Blue) = 126+170+12=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAA0C is #8155F3. Grayscale: #8B8B8B. Windows color (decimal): -8476148 or 830078. OLE color: 830078.

HSL color Cylindrical-coordinate representation of color #7EAA0C: hue angle of 76.71º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EAA0C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 12 -
CMYK 0.26 0 0.93 0.33
HSL 76.71º 0.87% 0.36% -
HSV(B) 76.71º 0.93% 0.67% -
XYZ 23.05 33.21 5.54 -
YUV 138.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 126 170 12 0.26 0 0.93 0.33 76.71 0.87 0.36
Hex 7E AA C 1A 0 5D 21 4D 57 24
Octal 176 252 14 32 0 135 41 115 127 44
Binary 1111110 10101010 1100 11010 0 1011101 100001 1001101 1010111 100100

Color Harmonies of #7EAA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA0C

Black with #7EAA0C

Text Example


Text Example

White with #7EAA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,12); }

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

background-color css

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

 a { background-color: rgb(126,170,12); }

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

border-color css

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

 span { border-color: rgb(126,170,12); }

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