Html Css Color HEX #7CA416 Lima

📋 copy color: '#7CA416'

red 124 ◦ green 164 ◦ blue 22

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

Shades of Lima #7CA416

Tints of Lima #7CA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

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

R = 40%
G = 52.9%
B = 7.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#7CA416 (or 0x7CA416) is known color: Lima. HEX triplet: 7C, A4 and 16. RGB value is (124,164,22). Sum of RGB (Red+Green+Blue) = 124+164+22=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA416 is #835BE9. Grayscale: #888888. Windows color (decimal): -8608746 or 1483900. OLE color: 1483900.

HSL color Cylindrical-coordinate representation of color #7CA416: hue angle of 76.9º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CA416 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 164 22 -
CMYK 0.24 0 0.87 0.36
HSL 76.9º 0.76% 0.36% -
HSV(B) 76.9º 0.87% 0.64% -
XYZ 21.73 30.89 5.58 -
YUV 135.85 63.75 119.55 -
System Red Green Blue C M Y K H S L
Decimal 124 164 22 0.24 0 0.87 0.36 76.9 0.76 0.36
Hex 7C A4 16 18 0 57 24 4D 4C 24
Octal 174 244 26 30 0 127 44 115 114 44
Binary 1111100 10100100 10110 11000 0 1010111 100100 1001101 1001100 100100

Color Harmonies of #7CA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA416

Black with #7CA416

Text Example


Text Example

White with #7CA416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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