Html Css Color HEX #7DAC0F Lima

📋 copy color: '#7DAC0F'

red 125 ◦ green 172 ◦ blue 15

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

Shades of Lima #7DAC0F

Tints of Lima #7DAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 40.06%
G = 55.13%
B = 4.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#7DAC0F (or 0x7DAC0F) is known color: Lima. HEX triplet: 7D, AC and 0F. RGB value is (125,172,15). Sum of RGB (Red+Green+Blue) = 125+172+15=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC0F is #8253F0. Grayscale: #8C8C8C. Windows color (decimal): -8541169 or 1027197. OLE color: 1027197.

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

Color convert

RGB 125 172 15 -
CMYK 0.27 0 0.91 0.33
HSL 77.96º 0.84% 0.37% -
HSV(B) 77.96º 0.91% 0.67% -
XYZ 23.3 33.9 5.77 -
YUV 140.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 125 172 15 0.27 0 0.91 0.33 77.96 0.84 0.37
Hex 7D AC F 1B 0 5B 21 4E 54 25
Octal 175 254 17 33 0 133 41 116 124 45
Binary 1111101 10101100 1111 11011 0 1011011 100001 1001110 1010100 100101

Color Harmonies of #7DAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC0F

Black with #7DAC0F

Text Example


Text Example

White with #7DAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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