#7CAE0D

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

Shades of Lima #7CAE0D

Tints of Lima #7CAE0D

Color information

#7CAE0D (or 0x7CAE0D) is unknown color: approx Lima. HEX triplet: 7C, AE and 0D. RGB value is (124,174,13). Sum of RGB (Red+Green+Blue) = 124+174+13=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE0D is #8351F2. Grayscale: #8D8D8D. Windows color (decimal): -8606195 or 896636. OLE color: 896636.

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

Color convert

RGB12417413-
CMYK0.2900.930.32
HSL78.63º86.1%36.67%-
HSV(B)78.63º92.53%68.24%-
XYZ23.5234.595.82-
YUV140.755.94116.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=39.87%
G=55.95%
B=4.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124174130.2900.930.3278.6386.136.67
Hex7CAED1D05D204f5625
Octal174256153501354011712645
Binary1111100101011101101111010101110110000010011111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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