Html Css Color HEX #7AB316 Lima

📋 copy color: '#7AB316'

red 122 ◦ green 179 ◦ blue 22

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

Shades of Lima #7AB316

Tints of Lima #7AB316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 37.77%
G = 55.42%
B = 6.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#7AB316 (or 0x7AB316) is known color: Lima. HEX triplet: 7A, B3 and 16. RGB value is (122,179,22). Sum of RGB (Red+Green+Blue) = 122+179+22=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB316 is #854CE9. Grayscale: #909090. Windows color (decimal): -8735978 or 1487738. OLE color: 1487738.

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

Color convert

RGB 122 179 22 -
CMYK 0.32 0 0.88 0.30
HSL 81.78º 0.78% 0.39% -
HSV(B) 81.78º 0.88% 0.7% -
XYZ 24.29 36.44 6.51 -
YUV 144.06 59.12 112.27 -
System Red Green Blue C M Y K H S L
Decimal 122 179 22 0.32 0 0.88 0.30 81.78 0.78 0.39
Hex 7A B3 16 20 0 58 1E 52 4E 27
Octal 172 263 26 40 0 130 36 122 116 47
Binary 1111010 10110011 10110 100000 0 1011000 11110 1010010 1001110 100111

Color Harmonies of #7AB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB316

Black with #7AB316

Text Example


Text Example

White with #7AB316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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