#7ca21c

Color #7CA21C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CA21C

Tints of Lima #7CA21C

Color information

#7CA21C (or 0x7CA21C) is unknown color: approx Lima. HEX triplet: 7C, A2 and 1C. RGB value is (124,162,28). Sum of RGB (Red+Green+Blue) = 124+162+28=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA21C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA21C is #835DE3. Grayscale: #878787. Windows color (decimal): -8609252 or 1876604. OLE color: 1876604.

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

Color convert

RGB12416228-
CMYK0.2300.830.36
HSL77.01º70.53%37.25%-
HSV(B)77.01º82.72%63.53%-
XYZ21.4430.215.8-
YUV135.3667.41119.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=39.49%
G=51.59%
B=8.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124162280.2300.830.3677.0170.5337.25
Hex7CA21C17053244d4725
Octal174242342701234411510745
Binary11111001010001011100101110101001110010010011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca21c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ca21c;
 }
 .AnyTagClassName
 {
   color: #7ca21c;
 }
</style>
background-color css

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

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

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

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

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

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