#7CAE0A

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

Shades of Lima #7CAE0A

Tints of Lima #7CAE0A

Color information

#7CAE0A (or 0x7CAE0A) is unknown color: approx Lima. HEX triplet: 7C, AE and 0A. RGB value is (124,174,10). Sum of RGB (Red+Green+Blue) = 124+174+10=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE0A is #8351F5. Grayscale: #8C8C8C. Windows color (decimal): -8606198 or 700028. OLE color: 700028.

HSL color Cylindrical-coordinate representation of color #7CAE0A: hue angle of 78.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CAE0A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB12417410-
CMYK0.2900.940.32
HSL78.29º89.13%36.08%-
HSV(B)78.29º94.25%68.24%-
XYZ23.534.585.72-
YUV140.3554.44116.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=40.26%
G=56.49%
B=3.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124174100.2900.940.3278.2989.1336.08
Hex7CAEA1D05E204e5924
Octal174256123501364011613144
Binary1111100101011101010111010101111010000010011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,10); }

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

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

 a { background-color: rgb(124,174,10); }

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

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

 span { border-color: rgb(124,174,10); }

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