Html Css Color HEX #7EAF12 Lima

📋 copy color: '#7EAF12'

red 126 ◦ green 175 ◦ blue 18

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

Shades of Lima #7EAF12

Tints of Lima #7EAF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.86%

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

R = 39.5%
G = 54.86%
B = 5.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#7EAF12 (or 0x7EAF12) is known color: Lima. HEX triplet: 7E, AF and 12. RGB value is (126,175,18). Sum of RGB (Red+Green+Blue) = 126+175+18=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAF12 is #8150ED. Grayscale: #8F8F8F. Windows color (decimal): -8474862 or 1224574. OLE color: 1224574.

HSL color Cylindrical-coordinate representation of color #7EAF12: hue angle of 78.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EAF12 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 175 18 -
CMYK 0.28 0 0.90 0.31
HSL 78.73º 0.81% 0.38% -
HSV(B) 78.73º 0.9% 0.69% -
XYZ 24.04 35.14 6.09 -
YUV 142.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 126 175 18 0.28 0 0.90 0.31 78.73 0.81 0.38
Hex 7E AF 12 1C 0 5A 1F 4F 51 26
Octal 176 257 22 34 0 132 37 117 121 46
Binary 1111110 10101111 10010 11100 0 1011010 11111 1001111 1010001 100110

Color Harmonies of #7EAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF12

Black with #7EAF12

Text Example


Text Example

White with #7EAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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