Html Css Color HEX #7EA316 Lima

📋 copy color: '#7EA316'

red 126 ◦ green 163 ◦ blue 22

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

Shades of Lima #7EA316

Tints of Lima #7EA316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 40.51%
G = 52.41%
B = 7.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#7EA316 (or 0x7EA316) is known color: Lima. HEX triplet: 7E, A3 and 16. RGB value is (126,163,22). Sum of RGB (Red+Green+Blue) = 126+163+22=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA316 is #815CE9. Grayscale: #888888. Windows color (decimal): -8477930 or 1483646. OLE color: 1483646.

HSL color Cylindrical-coordinate representation of color #7EA316: hue angle of 75.74º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7EA316 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 163 22 -
CMYK 0.23 0 0.87 0.36
HSL 75.74º 0.76% 0.36% -
HSV(B) 75.74º 0.87% 0.64% -
XYZ 21.85 30.69 5.53 -
YUV 135.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 126 163 22 0.23 0 0.87 0.36 75.74 0.76 0.36
Hex 7E A3 16 17 0 57 24 4C 4C 24
Octal 176 243 26 27 0 127 44 114 114 44
Binary 1111110 10100011 10110 10111 0 1010111 100100 1001100 1001100 100100

Color Harmonies of #7EA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA316

Black with #7EA316

Text Example


Text Example

White with #7EA316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,163,22); }

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

background-color css

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

 a { background-color: rgb(126,163,22); }

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

border-color css

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

 span { border-color: rgb(126,163,22); }

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