Html Css Color HEX #7AB310 Lima

📋 copy color: '#7AB310'

red 122 ◦ green 179 ◦ blue 16

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

Shades of Lima #7AB310

Tints of Lima #7AB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.47%

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

R = 38.49%
G = 56.47%
B = 5.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#7AB310 (or 0x7AB310) is known color: Lima. HEX triplet: 7A, B3 and 10. RGB value is (122,179,16). Sum of RGB (Red+Green+Blue) = 122+179+16=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB310 is #854CEF. Grayscale: #8F8F8F. Windows color (decimal): -8735984 or 1094522. OLE color: 1094522.

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

Color convert

RGB 122 179 16 -
CMYK 0.32 0 0.91 0.30
HSL 80.98º 0.84% 0.38% -
HSV(B) 80.98º 0.91% 0.7% -
XYZ 24.24 36.42 6.24 -
YUV 143.38 56.12 112.75 -
System Red Green Blue C M Y K H S L
Decimal 122 179 16 0.32 0 0.91 0.30 80.98 0.84 0.38
Hex 7A B3 10 20 0 5B 1E 51 54 26
Octal 172 263 20 40 0 133 36 121 124 46
Binary 1111010 10110011 10000 100000 0 1011011 11110 1010001 1010100 100110

Color Harmonies of #7AB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB310

Black with #7AB310

Text Example


Text Example

White with #7AB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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