Html Css Color HEX #7AB513 Lima

📋 copy color: '#7AB513'

red 122 ◦ green 181 ◦ blue 19

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

Shades of Lima #7AB513

Tints of Lima #7AB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.21%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 37.89%
G = 56.21%
B = 5.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7AB513 (or 0x7AB513) is known color: Lima. HEX triplet: 7A, B5 and 13. RGB value is (122,181,19). Sum of RGB (Red+Green+Blue) = 122+181+19=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB513 is #854AEC. Grayscale: #919191. Windows color (decimal): -8735469 or 1291642. OLE color: 1291642.

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

Color convert

RGB 122 181 19 -
CMYK 0.33 0 0.90 0.29
HSL 81.85º 0.81% 0.39% -
HSV(B) 81.85º 0.9% 0.71% -
XYZ 24.67 37.23 6.5 -
YUV 144.89 56.95 111.67 -
System Red Green Blue C M Y K H S L
Decimal 122 181 19 0.33 0 0.90 0.29 81.85 0.81 0.39
Hex 7A B5 13 21 0 5A 1D 52 51 27
Octal 172 265 23 41 0 132 35 122 121 47
Binary 1111010 10110101 10011 100001 0 1011010 11101 1010010 1010001 100111

Color Harmonies of #7AB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB513

Black with #7AB513

Text Example


Text Example

White with #7AB513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,19); }

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

background-color css

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

 a { background-color: rgb(122,181,19); }

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

border-color css

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

 span { border-color: rgb(122,181,19); }

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