Html Css Color HEX #7CA213 Lima

📋 copy color: '#7CA213'

red 124 ◦ green 162 ◦ blue 19

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

Shades of Lima #7CA213

Tints of Lima #7CA213

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.11%

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 40.66%
G = 53.11%
B = 6.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#7CA213 (or 0x7CA213) is known color: Lima. HEX triplet: 7C, A2 and 13. RGB value is (124,162,19). Sum of RGB (Red+Green+Blue) = 124+162+19=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA213 is #835DEC. Grayscale: #868686. Windows color (decimal): -8609261 or 1286780. OLE color: 1286780.

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

Color convert

RGB 124 162 19 -
CMYK 0.23 0 0.88 0.36
HSL 75.94º 0.79% 0.35% -
HSV(B) 75.94º 0.88% 0.64% -
XYZ 21.35 30.17 5.31 -
YUV 134.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 124 162 19 0.23 0 0.88 0.36 75.94 0.79 0.35
Hex 7C A2 13 17 0 58 24 4C 4F 23
Octal 174 242 23 27 0 130 44 114 117 43
Binary 1111100 10100010 10011 10111 0 1011000 100100 1001100 1001111 100011

Color Harmonies of #7CA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA213

Black with #7CA213

Text Example


Text Example

White with #7CA213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,19); }

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

background-color css

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

 a { background-color: rgb(124,162,19); }

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

border-color css

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

 span { border-color: rgb(124,162,19); }

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