Html Css Color HEX #7AB010 Lima

📋 copy color: '#7AB010'

red 122 ◦ green 176 ◦ blue 16

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

Shades of Lima #7AB010

Tints of Lima #7AB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.05%

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

R = 38.85%
G = 56.05%
B = 5.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#7AB010 (or 0x7AB010) is known color: Lima. HEX triplet: 7A, B0 and 10. RGB value is (122,176,16). Sum of RGB (Red+Green+Blue) = 122+176+16=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB010 is #854FEF. Grayscale: #8E8E8E. Windows color (decimal): -8736752 or 1093754. OLE color: 1093754.

HSL color Cylindrical-coordinate representation of color #7AB010: hue angle of 80.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB010 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 176 16 -
CMYK 0.31 0 0.91 0.31
HSL 80.25º 0.83% 0.38% -
HSV(B) 80.25º 0.91% 0.69% -
XYZ 23.64 35.23 6.04 -
YUV 141.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 122 176 16 0.31 0 0.91 0.31 80.25 0.83 0.38
Hex 7A B0 10 1F 0 5B 1F 50 53 26
Octal 172 260 20 37 0 133 37 120 123 46
Binary 1111010 10110000 10000 11111 0 1011011 11111 1010000 1010011 100110

Color Harmonies of #7AB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB010

Black with #7AB010

Text Example


Text Example

White with #7AB010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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