Html Css Color HEX #7CAC0F Lima

📋 copy color: '#7CAC0F'

red 124 ◦ green 172 ◦ blue 15

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

Shades of Lima #7CAC0F

Tints of Lima #7CAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.31%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 39.87%
G = 55.31%
B = 4.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#7CAC0F (or 0x7CAC0F) is known color: Lima. HEX triplet: 7C, AC and 0F. RGB value is (124,172,15). Sum of RGB (Red+Green+Blue) = 124+172+15=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC0F is #8353F0. Grayscale: #8C8C8C. Windows color (decimal): -8606705 or 1027196. OLE color: 1027196.

HSL color Cylindrical-coordinate representation of color #7CAC0F: hue angle of 78.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CAC0F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 172 15 -
CMYK 0.28 0 0.91 0.33
HSL 78.34º 0.84% 0.37% -
HSV(B) 78.34º 0.91% 0.67% -
XYZ 23.15 33.82 5.76 -
YUV 139.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 124 172 15 0.28 0 0.91 0.33 78.34 0.84 0.37
Hex 7C AC F 1C 0 5B 21 4E 54 25
Octal 174 254 17 34 0 133 41 116 124 45
Binary 1111100 10101100 1111 11100 0 1011011 100001 1001110 1010100 100101

Color Harmonies of #7CAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC0F

Black with #7CAC0F

Text Example


Text Example

White with #7CAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,15); }

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

background-color css

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

 a { background-color: rgb(124,172,15); }

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

border-color css

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

 span { border-color: rgb(124,172,15); }

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