Html Css Color HEX #7CA121 Lima

📋 copy color: '#7CA121'

red 124 ◦ green 161 ◦ blue 33

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

Shades of Lima #7CA121

Tints of Lima #7CA121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.63%

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 38.99%
G = 50.63%
B = 10.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#7CA121 (or 0x7CA121) is known color: Lima. HEX triplet: 7C, A1 and 21. RGB value is (124,161,33). Sum of RGB (Red+Green+Blue) = 124+161+33=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA121 is #835EDE. Grayscale: #878787. Windows color (decimal): -8609503 or 2204028. OLE color: 2204028.

HSL color Cylindrical-coordinate representation of color #7CA121: hue angle of 77.34º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CA121 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 33 -
CMYK 0.23 0 0.80 0.37
HSL 77.34º 0.66% 0.38% -
HSV(B) 77.34º 0.8% 0.63% -
XYZ 21.33 29.88 6.08 -
YUV 135.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 124 161 33 0.23 0 0.80 0.37 77.34 0.66 0.38
Hex 7C A1 21 17 0 50 25 4D 42 26
Octal 174 241 41 27 0 120 45 115 102 46
Binary 1111100 10100001 100001 10111 0 1010000 100101 1001101 1000010 100110

Color Harmonies of #7CA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA121

Black with #7CA121

Text Example


Text Example

White with #7CA121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,161,33); }

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

background-color css

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

 a { background-color: rgb(124,161,33); }

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

border-color css

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

 span { border-color: rgb(124,161,33); }

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