Html Css Color HEX #7CAC14 Lima

📋 copy color: '#7CAC14'

red 124 ◦ green 172 ◦ blue 20

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

Shades of Lima #7CAC14

Tints of Lima #7CAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 39.24%
G = 54.43%
B = 6.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#7CAC14 (or 0x7CAC14) is known color: Lima. HEX triplet: 7C, AC and 14. RGB value is (124,172,20). Sum of RGB (Red+Green+Blue) = 124+172+20=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC14 is #8353EB. Grayscale: #8C8C8C. Windows color (decimal): -8606700 or 1354876. OLE color: 1354876.

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

Color convert

RGB 124 172 20 -
CMYK 0.28 0 0.88 0.33
HSL 78.95º 0.79% 0.38% -
HSV(B) 78.95º 0.88% 0.67% -
XYZ 23.19 33.84 5.97 -
YUV 140.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 124 172 20 0.28 0 0.88 0.33 78.95 0.79 0.38
Hex 7C AC 14 1C 0 58 21 4F 4F 26
Octal 174 254 24 34 0 130 41 117 117 46
Binary 1111100 10101100 10100 11100 0 1011000 100001 1001111 1001111 100110

Color Harmonies of #7CAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC14

Black with #7CAC14

Text Example


Text Example

White with #7CAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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