Html Css Color HEX #7AB01C Lima

📋 copy color: '#7AB01C'

red 122 ◦ green 176 ◦ blue 28

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

Shades of Lima #7AB01C

Tints of Lima #7AB01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 37.42%
G = 53.99%
B = 8.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#7AB01C (or 0x7AB01C) is known color: Lima. HEX triplet: 7A, B0 and 1C. RGB value is (122,176,28). Sum of RGB (Red+Green+Blue) = 122+176+28=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB01C is #854FE3. Grayscale: #8F8F8F. Windows color (decimal): -8736740 or 1880186. OLE color: 1880186.

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

Color convert

RGB 122 176 28 -
CMYK 0.31 0 0.84 0.31
HSL 81.89º 0.73% 0.4% -
HSV(B) 81.89º 0.84% 0.69% -
XYZ 23.76 35.27 6.65 -
YUV 142.98 63.11 113.03 -
System Red Green Blue C M Y K H S L
Decimal 122 176 28 0.31 0 0.84 0.31 81.89 0.73 0.4
Hex 7A B0 1C 1F 0 54 1F 52 49 28
Octal 172 260 34 37 0 124 37 122 111 50
Binary 1111010 10110000 11100 11111 0 1010100 11111 1010010 1001001 101000

Color Harmonies of #7AB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB01C

Black with #7AB01C

Text Example


Text Example

White with #7AB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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