Html Css Color HEX #7DA912 Lima

📋 copy color: '#7DA912'

red 125 ◦ green 169 ◦ blue 18

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

Shades of Lima #7DA912

Tints of Lima #7DA912

RGB

 RED value IS 125 (49.22% from 255) = 40.06%

 GREEN value IS 169 (66.41% from 255) = 54.17%

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

R = 40.06%
G = 54.17%
B = 5.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#7DA912 (or 0x7DA912) is known color: Lima. HEX triplet: 7D, A9 and 12. RGB value is (125,169,18). Sum of RGB (Red+Green+Blue) = 125+169+18=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA912 is #8256ED. Grayscale: #8B8B8B. Windows color (decimal): -8541934 or 1223037. OLE color: 1223037.

HSL color Cylindrical-coordinate representation of color #7DA912: hue angle of 77.48º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DA912 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 169 18 -
CMYK 0.26 0 0.89 0.34
HSL 77.48º 0.81% 0.37% -
HSV(B) 77.48º 0.89% 0.66% -
XYZ 22.75 32.78 5.7 -
YUV 138.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 125 169 18 0.26 0 0.89 0.34 77.48 0.81 0.37
Hex 7D A9 12 1A 0 59 22 4D 51 25
Octal 175 251 22 32 0 131 42 115 121 45
Binary 1111101 10101001 10010 11010 0 1011001 100010 1001101 1010001 100101

Color Harmonies of #7DA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA912

Black with #7DA912

Text Example


Text Example

White with #7DA912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,169,18); }

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

background-color css

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

 a { background-color: rgb(125,169,18); }

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

border-color css

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

 span { border-color: rgb(125,169,18); }

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