Html Css Color HEX #7AA31F Lima

📋 copy color: '#7AA31F'

red 122 ◦ green 163 ◦ blue 31

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

Shades of Lima #7AA31F

Tints of Lima #7AA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 38.61%
G = 51.58%
B = 9.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#7AA31F (or 0x7AA31F) is known color: Lima. HEX triplet: 7A, A3 and 1F. RGB value is (122,163,31). Sum of RGB (Red+Green+Blue) = 122+163+31=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA31F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA31F is #855CE0. Grayscale: #888888. Windows color (decimal): -8740065 or 2073466. OLE color: 2073466.

HSL color Cylindrical-coordinate representation of color #7AA31F: hue angle of 78.64º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AA31F is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 163 31 -
CMYK 0.25 0 0.81 0.36
HSL 78.64º 0.68% 0.38% -
HSV(B) 78.64º 0.81% 0.64% -
XYZ 21.37 30.43 6.04 -
YUV 135.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 122 163 31 0.25 0 0.81 0.36 78.64 0.68 0.38
Hex 7A A3 1F 19 0 51 24 4F 44 26
Octal 172 243 37 31 0 121 44 117 104 46
Binary 1111010 10100011 11111 11001 0 1010001 100100 1001111 1000100 100110

Color Harmonies of #7AA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA31F

Black with #7AA31F

Text Example


Text Example

White with #7AA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,163,31); }

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

background-color css

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

 a { background-color: rgb(122,163,31); }

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

border-color css

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

 span { border-color: rgb(122,163,31); }

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