Html Css Color HEX #7CAF12 Lima

📋 copy color: '#7CAF12'

red 124 ◦ green 175 ◦ blue 18

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

Shades of Lima #7CAF12

Tints of Lima #7CAF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.21%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 39.12%
G = 55.21%
B = 5.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#7CAF12 (or 0x7CAF12) is known color: Lima. HEX triplet: 7C, AF and 12. RGB value is (124,175,18). Sum of RGB (Red+Green+Blue) = 124+175+18=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF12 is #8350ED. Grayscale: #8E8E8E. Windows color (decimal): -8605934 or 1224572. OLE color: 1224572.

HSL color Cylindrical-coordinate representation of color #7CAF12: hue angle of 79.49º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CAF12 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 18 -
CMYK 0.29 0 0.90 0.31
HSL 79.49º 0.81% 0.38% -
HSV(B) 79.49º 0.9% 0.69% -
XYZ 23.75 34.99 6.07 -
YUV 141.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 124 175 18 0.29 0 0.90 0.31 79.49 0.81 0.38
Hex 7C AF 12 1D 0 5A 1F 4F 51 26
Octal 174 257 22 35 0 132 37 117 121 46
Binary 1111100 10101111 10010 11101 0 1011010 11111 1001111 1010001 100110

Color Harmonies of #7CAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF12

Black with #7CAF12

Text Example


Text Example

White with #7CAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,18); }

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

background-color css

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

 a { background-color: rgb(124,175,18); }

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

border-color css

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

 span { border-color: rgb(124,175,18); }

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