Html Css Color HEX #7EAD0D Lima

📋 copy color: '#7EAD0D'

red 126 ◦ green 173 ◦ blue 13

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

Shades of Lima #7EAD0D

Tints of Lima #7EAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.45%

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 40.38%
G = 55.45%
B = 4.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#7EAD0D (or 0x7EAD0D) is known color: Lima. HEX triplet: 7E, AD and 0D. RGB value is (126,173,13). Sum of RGB (Red+Green+Blue) = 126+173+13=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD0D is #8152F2. Grayscale: #8D8D8D. Windows color (decimal): -8475379 or 896382. OLE color: 896382.

HSL color Cylindrical-coordinate representation of color #7EAD0D: hue angle of 77.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EAD0D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 13 -
CMYK 0.27 0 0.92 0.32
HSL 77.63º 0.86% 0.36% -
HSV(B) 77.63º 0.92% 0.68% -
XYZ 23.62 34.35 5.77 -
YUV 140.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 126 173 13 0.27 0 0.92 0.32 77.63 0.86 0.36
Hex 7E AD D 1B 0 5C 20 4E 56 24
Octal 176 255 15 33 0 134 40 116 126 44
Binary 1111110 10101101 1101 11011 0 1011100 100000 1001110 1010110 100100

Color Harmonies of #7EAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD0D

Black with #7EAD0D

Text Example


Text Example

White with #7EAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,13); }

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

background-color css

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

 a { background-color: rgb(126,173,13); }

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

border-color css

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

 span { border-color: rgb(126,173,13); }

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