Html Css Color HEX #7CA417 Lima

📋 copy color: '#7CA417'

red 124 ◦ green 164 ◦ blue 23

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

Shades of Lima #7CA417

Tints of Lima #7CA417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.4%

R = 39.87%
G = 52.73%
B = 7.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#7CA417 (or 0x7CA417) is known color: Lima. HEX triplet: 7C, A4 and 17. RGB value is (124,164,23). Sum of RGB (Red+Green+Blue) = 124+164+23=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA417 is #835BE8. Grayscale: #888888. Windows color (decimal): -8608745 or 1549436. OLE color: 1549436.

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

Color convert

RGB 124 164 23 -
CMYK 0.24 0 0.86 0.36
HSL 77.02º 0.75% 0.37% -
HSV(B) 77.02º 0.86% 0.64% -
XYZ 21.74 30.9 5.63 -
YUV 135.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 124 164 23 0.24 0 0.86 0.36 77.02 0.75 0.37
Hex 7C A4 17 18 0 56 24 4D 4B 25
Octal 174 244 27 30 0 126 44 115 113 45
Binary 1111100 10100100 10111 11000 0 1010110 100100 1001101 1001011 100101

Color Harmonies of #7CA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA417

Black with #7CA417

Text Example


Text Example

White with #7CA417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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