Html Css Color HEX #7AB20F Lima

📋 copy color: '#7AB20F'

red 122 ◦ green 178 ◦ blue 15

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

Shades of Lima #7AB20F

Tints of Lima #7AB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.51%

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 38.73%
G = 56.51%
B = 4.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#7AB20F (or 0x7AB20F) is known color: Lima. HEX triplet: 7A, B2 and 0F. RGB value is (122,178,15). Sum of RGB (Red+Green+Blue) = 122+178+15=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB20F is #854DF0. Grayscale: #8F8F8F. Windows color (decimal): -8736241 or 1028730. OLE color: 1028730.

HSL color Cylindrical-coordinate representation of color #7AB20F: hue angle of 80.61º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB20F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 178 15 -
CMYK 0.31 0 0.92 0.30
HSL 80.61º 0.84% 0.38% -
HSV(B) 80.61º 0.92% 0.7% -
XYZ 24.03 36.01 6.14 -
YUV 142.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 122 178 15 0.31 0 0.92 0.30 80.61 0.84 0.38
Hex 7A B2 F 1F 0 5C 1E 51 54 26
Octal 172 262 17 37 0 134 36 121 124 46
Binary 1111010 10110010 1111 11111 0 1011100 11110 1010001 1010100 100110

Color Harmonies of #7AB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB20F

Black with #7AB20F

Text Example


Text Example

White with #7AB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,15); }

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

background-color css

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

 a { background-color: rgb(122,178,15); }

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

border-color css

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

 span { border-color: rgb(122,178,15); }

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