Html Css Color HEX #7DAC1A Lima

📋 copy color: '#7DAC1A'

red 125 ◦ green 172 ◦ blue 26

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

Shades of Lima #7DAC1A

Tints of Lima #7DAC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 38.7%
G = 53.25%
B = 8.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#7DAC1A (or 0x7DAC1A) is known color: Lima. HEX triplet: 7D, AC and 1A. RGB value is (125,172,26). Sum of RGB (Red+Green+Blue) = 125+172+26=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC1A is #8253E5. Grayscale: #8D8D8D. Windows color (decimal): -8541158 or 1748093. OLE color: 1748093.

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

Color convert

RGB 125 172 26 -
CMYK 0.27 0 0.85 0.33
HSL 79.32º 0.74% 0.39% -
HSV(B) 79.32º 0.85% 0.67% -
XYZ 23.4 33.94 6.3 -
YUV 141.3 62.93 116.37 -
System Red Green Blue C M Y K H S L
Decimal 125 172 26 0.27 0 0.85 0.33 79.32 0.74 0.39
Hex 7D AC 1A 1B 0 55 21 4F 4A 27
Octal 175 254 32 33 0 125 41 117 112 47
Binary 1111101 10101100 11010 11011 0 1010101 100001 1001111 1001010 100111

Color Harmonies of #7DAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC1A

Black with #7DAC1A

Text Example


Text Example

White with #7DAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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