Html Css Color HEX #7AB410 Lima

📋 copy color: '#7AB410'

red 122 ◦ green 180 ◦ blue 16

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

Shades of Lima #7AB410

Tints of Lima #7AB410

RGB

 RED value IS 122 (48.05% from 255) = 38.36%

 GREEN value IS 180 (70.7% from 255) = 56.6%

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

R = 38.36%
G = 56.6%
B = 5.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#7AB410 (or 0x7AB410) is known color: Lima. HEX triplet: 7A, B4 and 10. RGB value is (122,180,16). Sum of RGB (Red+Green+Blue) = 122+180+16=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB410 is #854BEF. Grayscale: #909090. Windows color (decimal): -8735728 or 1094778. OLE color: 1094778.

HSL color Cylindrical-coordinate representation of color #7AB410: hue angle of 81.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB410 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 16 -
CMYK 0.32 0 0.91 0.29
HSL 81.22º 0.84% 0.38% -
HSV(B) 81.22º 0.91% 0.71% -
XYZ 24.44 36.82 6.31 -
YUV 143.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 122 180 16 0.32 0 0.91 0.29 81.22 0.84 0.38
Hex 7A B4 10 20 0 5B 1D 51 54 26
Octal 172 264 20 40 0 133 35 121 124 46
Binary 1111010 10110100 10000 100000 0 1011011 11101 1010001 1010100 100110

Color Harmonies of #7AB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB410

Black with #7AB410

Text Example


Text Example

White with #7AB410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,16); }

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

background-color css

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

 a { background-color: rgb(122,180,16); }

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

border-color css

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

 span { border-color: rgb(122,180,16); }

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