Html Css Color HEX #7DAC13 Lima

📋 copy color: '#7DAC13'

red 125 ◦ green 172 ◦ blue 19

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

Shades of Lima #7DAC13

Tints of Lima #7DAC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 39.56%
G = 54.43%
B = 6.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#7DAC13 (or 0x7DAC13) is known color: Lima. HEX triplet: 7D, AC and 13. RGB value is (125,172,19). Sum of RGB (Red+Green+Blue) = 125+172+19=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC13 is #8253EC. Grayscale: #8D8D8D. Windows color (decimal): -8541165 or 1289341. OLE color: 1289341.

HSL color Cylindrical-coordinate representation of color #7DAC13: hue angle of 78.43º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DAC13 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 19 -
CMYK 0.27 0 0.89 0.33
HSL 78.43º 0.8% 0.37% -
HSV(B) 78.43º 0.89% 0.67% -
XYZ 23.33 33.91 5.93 -
YUV 140.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 125 172 19 0.27 0 0.89 0.33 78.43 0.8 0.37
Hex 7D AC 13 1B 0 59 21 4E 50 25
Octal 175 254 23 33 0 131 41 116 120 45
Binary 1111101 10101100 10011 11011 0 1011001 100001 1001110 1010000 100101

Color Harmonies of #7DAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC13

Black with #7DAC13

Text Example


Text Example

White with #7DAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,19); }

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

background-color css

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

 a { background-color: rgb(125,172,19); }

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

border-color css

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

 span { border-color: rgb(125,172,19); }

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