Html Css Color HEX #7AB710 Lima

📋 copy color: '#7AB710'

red 122 ◦ green 183 ◦ blue 16

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

Shades of Lima #7AB710

Tints of Lima #7AB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.01%

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

R = 38.01%
G = 57.01%
B = 4.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#7AB710 (or 0x7AB710) is known color: Lima. HEX triplet: 7A, B7 and 10. RGB value is (122,183,16). Sum of RGB (Red+Green+Blue) = 122+183+16=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB710 is #8548EF. Grayscale: #929292. Windows color (decimal): -8734960 or 1095546. OLE color: 1095546.

HSL color Cylindrical-coordinate representation of color #7AB710: hue angle of 81.92º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB710 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 183 16 -
CMYK 0.33 0 0.91 0.28
HSL 81.92º 0.84% 0.39% -
HSV(B) 81.92º 0.91% 0.72% -
XYZ 25.05 38.04 6.51 -
YUV 145.72 54.79 111.08 -
System Red Green Blue C M Y K H S L
Decimal 122 183 16 0.33 0 0.91 0.28 81.92 0.84 0.39
Hex 7A B7 10 21 0 5B 1C 52 54 27
Octal 172 267 20 41 0 133 34 122 124 47
Binary 1111010 10110111 10000 100001 0 1011011 11100 1010010 1010100 100111

Color Harmonies of #7AB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB710

Black with #7AB710

Text Example


Text Example

White with #7AB710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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