Html Css Color HEX #7CAE0C Lima

📋 copy color: '#7CAE0C'

red 124 ◦ green 174 ◦ blue 12

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

Shades of Lima #7CAE0C

Tints of Lima #7CAE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.13%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 40%
G = 56.13%
B = 3.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#7CAE0C (or 0x7CAE0C) is known color: Lima. HEX triplet: 7C, AE and 0C. RGB value is (124,174,12). Sum of RGB (Red+Green+Blue) = 124+174+12=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE0C is #8351F3. Grayscale: #8D8D8D. Windows color (decimal): -8606196 or 831100. OLE color: 831100.

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

Color convert

RGB 124 174 12 -
CMYK 0.29 0 0.93 0.32
HSL 78.52º 0.87% 0.36% -
HSV(B) 78.52º 0.93% 0.68% -
XYZ 23.51 34.58 5.78 -
YUV 140.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 124 174 12 0.29 0 0.93 0.32 78.52 0.87 0.36
Hex 7C AE C 1D 0 5D 20 4F 57 24
Octal 174 256 14 35 0 135 40 117 127 44
Binary 1111100 10101110 1100 11101 0 1011101 100000 1001111 1010111 100100

Color Harmonies of #7CAE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE0C

Black with #7CAE0C

Text Example


Text Example

White with #7CAE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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