Html Css Color HEX #7CA518 Lima

📋 copy color: '#7CA518'

red 124 ◦ green 165 ◦ blue 24

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

Shades of Lima #7CA518

Tints of Lima #7CA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.72%

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 39.62%
G = 52.72%
B = 7.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#7CA518 (or 0x7CA518) is known color: Lima. HEX triplet: 7C, A5 and 18. RGB value is (124,165,24). Sum of RGB (Red+Green+Blue) = 124+165+24=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA518 is #835AE7. Grayscale: #898989. Windows color (decimal): -8608488 or 1615228. OLE color: 1615228.

HSL color Cylindrical-coordinate representation of color #7CA518: hue angle of 77.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CA518 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 165 24 -
CMYK 0.25 0 0.85 0.35
HSL 77.45º 0.75% 0.37% -
HSV(B) 77.45º 0.85% 0.65% -
XYZ 21.93 31.26 5.74 -
YUV 136.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 124 165 24 0.25 0 0.85 0.35 77.45 0.75 0.37
Hex 7C A5 18 19 0 55 23 4D 4B 25
Octal 174 245 30 31 0 125 43 115 113 45
Binary 1111100 10100101 11000 11001 0 1010101 100011 1001101 1001011 100101

Color Harmonies of #7CA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA518

Black with #7CA518

Text Example


Text Example

White with #7CA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,24); }

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

background-color css

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

 a { background-color: rgb(124,165,24); }

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

border-color css

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

 span { border-color: rgb(124,165,24); }

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