Html Css Color HEX #7CAC20 Lima

📋 copy color: '#7CAC20'

red 124 ◦ green 172 ◦ blue 32

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

Shades of Lima #7CAC20

Tints of Lima #7CAC20

RGB

 RED value IS 124 (48.83% from 255) = 37.8%

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

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 37.8%
G = 52.44%
B = 9.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7CAC20 (or 0x7CAC20) is known color: Lima. HEX triplet: 7C, AC and 20. RGB value is (124,172,32). Sum of RGB (Red+Green+Blue) = 124+172+32=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC20 is #8353DF. Grayscale: #8E8E8E. Windows color (decimal): -8606688 or 2141308. OLE color: 2141308.

HSL color Cylindrical-coordinate representation of color #7CAC20: hue angle of 80.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CAC20 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 172 32 -
CMYK 0.28 0 0.81 0.33
HSL 80.57º 0.69% 0.4% -
HSV(B) 80.57º 0.81% 0.67% -
XYZ 23.33 33.89 6.68 -
YUV 141.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 124 172 32 0.28 0 0.81 0.33 80.57 0.69 0.4
Hex 7C AC 20 1C 0 51 21 51 45 28
Octal 174 254 40 34 0 121 41 121 105 50
Binary 1111100 10101100 100000 11100 0 1010001 100001 1010001 1000101 101000

Color Harmonies of #7CAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC20

Black with #7CAC20

Text Example


Text Example

White with #7CAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,32); }

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

background-color css

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

 a { background-color: rgb(124,172,32); }

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

border-color css

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

 span { border-color: rgb(124,172,32); }

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