Html Css Color HEX #7AB130 Lima

📋 copy color: '#7AB130'

red 122 ◦ green 177 ◦ blue 48

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

Shades of Lima #7AB130

Tints of Lima #7AB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.01%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 35.16%
G = 51.01%
B = 13.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#7AB130 (or 0x7AB130) is known color: Lima. HEX triplet: 7A, B1 and 30. RGB value is (122,177,48). Sum of RGB (Red+Green+Blue) = 122+177+48=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB130 is #854ECF. Grayscale: #929292. Windows color (decimal): -8736464 or 3191162. OLE color: 3191162.

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

Color convert

RGB 122 177 48 -
CMYK 0.31 0 0.73 0.31
HSL 85.58º 0.57% 0.44% -
HSV(B) 85.58º 0.73% 0.69% -
XYZ 24.28 35.8 8.43 -
YUV 145.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 122 177 48 0.31 0 0.73 0.31 85.58 0.57 0.44
Hex 7A B1 30 1F 0 49 1F 56 39 2C
Octal 172 261 60 37 0 111 37 126 71 54
Binary 1111010 10110001 110000 11111 0 1001001 11111 1010110 111001 101100

Color Harmonies of #7AB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB130

Black with #7AB130

Text Example


Text Example

White with #7AB130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,48); }

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

background-color css

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

 a { background-color: rgb(122,177,48); }

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

border-color css

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

 span { border-color: rgb(122,177,48); }

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