Html Css Color HEX #7CA910 Lima

📋 copy color: '#7CA910'

red 124 ◦ green 169 ◦ blue 16

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

Shades of Lima #7CA910

Tints of Lima #7CA910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.69%

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 40.13%
G = 54.69%
B = 5.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#7CA910 (or 0x7CA910) is known color: Lima. HEX triplet: 7C, A9 and 10. RGB value is (124,169,16). Sum of RGB (Red+Green+Blue) = 124+169+16=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA910 is #8356EF. Grayscale: #8A8A8A. Windows color (decimal): -8607472 or 1091964. OLE color: 1091964.

HSL color Cylindrical-coordinate representation of color #7CA910: hue angle of 77.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CA910 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 169 16 -
CMYK 0.27 0 0.91 0.34
HSL 77.65º 0.83% 0.36% -
HSV(B) 77.65º 0.91% 0.66% -
XYZ 22.59 32.7 5.61 -
YUV 138.1 59.09 117.94 -
System Red Green Blue C M Y K H S L
Decimal 124 169 16 0.27 0 0.91 0.34 77.65 0.83 0.36
Hex 7C A9 10 1B 0 5B 22 4E 53 24
Octal 174 251 20 33 0 133 42 116 123 44
Binary 1111100 10101001 10000 11011 0 1011011 100010 1001110 1010011 100100

Color Harmonies of #7CA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA910

Black with #7CA910

Text Example


Text Example

White with #7CA910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,169,16); }

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

background-color css

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

 a { background-color: rgb(124,169,16); }

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

border-color css

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

 span { border-color: rgb(124,169,16); }

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