Html Css Color HEX #7CA314 Lima

📋 copy color: '#7CA314'

red 124 ◦ green 163 ◦ blue 20

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

Shades of Lima #7CA314

Tints of Lima #7CA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

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

R = 40.39%
G = 53.09%
B = 6.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#7CA314 (or 0x7CA314) is known color: Lima. HEX triplet: 7C, A3 and 14. RGB value is (124,163,20). Sum of RGB (Red+Green+Blue) = 124+163+20=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA314 is #835CEB. Grayscale: #878787. Windows color (decimal): -8609004 or 1352572. OLE color: 1352572.

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

Color convert

RGB 124 163 20 -
CMYK 0.24 0 0.88 0.36
HSL 76.36º 0.78% 0.36% -
HSV(B) 76.36º 0.88% 0.64% -
XYZ 21.54 30.53 5.42 -
YUV 135.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 124 163 20 0.24 0 0.88 0.36 76.36 0.78 0.36
Hex 7C A3 14 18 0 58 24 4C 4E 24
Octal 174 243 24 30 0 130 44 114 116 44
Binary 1111100 10100011 10100 11000 0 1011000 100100 1001100 1001110 100100

Color Harmonies of #7CA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA314

Black with #7CA314

Text Example


Text Example

White with #7CA314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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