Html Css Color HEX #7CAD16 Lima

📋 copy color: '#7CAD16'

red 124 ◦ green 173 ◦ blue 22

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

Shades of Lima #7CAD16

Tints of Lima #7CAD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.23%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 38.87%
G = 54.23%
B = 6.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#7CAD16 (or 0x7CAD16) is known color: Lima. HEX triplet: 7C, AD and 16. RGB value is (124,173,22). Sum of RGB (Red+Green+Blue) = 124+173+22=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAD16 is #8352E9. Grayscale: #8D8D8D. Windows color (decimal): -8606442 or 1486204. OLE color: 1486204.

HSL color Cylindrical-coordinate representation of color #7CAD16: hue angle of 79.47º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CAD16 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 173 22 -
CMYK 0.28 0 0.87 0.32
HSL 79.47º 0.77% 0.38% -
HSV(B) 79.47º 0.87% 0.68% -
XYZ 23.4 34.23 6.13 -
YUV 141.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 124 173 22 0.28 0 0.87 0.32 79.47 0.77 0.38
Hex 7C AD 16 1C 0 57 20 4F 4D 26
Octal 174 255 26 34 0 127 40 117 115 46
Binary 1111100 10101101 10110 11100 0 1010111 100000 1001111 1001101 100110

Color Harmonies of #7CAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAD16

Black with #7CAD16

Text Example


Text Example

White with #7CAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,22); }

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

background-color css

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

 a { background-color: rgb(124,173,22); }

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

border-color css

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

 span { border-color: rgb(124,173,22); }

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