Html Css Color HEX #7AB414 Lima

📋 copy color: '#7AB414'

red 122 ◦ green 180 ◦ blue 20

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

Shades of Lima #7AB414

Tints of Lima #7AB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.9%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 37.89%
G = 55.9%
B = 6.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#7AB414 (or 0x7AB414) is known color: Lima. HEX triplet: 7A, B4 and 14. RGB value is (122,180,20). Sum of RGB (Red+Green+Blue) = 122+180+20=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB414 is #854BEB. Grayscale: #909090. Windows color (decimal): -8735724 or 1356922. OLE color: 1356922.

HSL color Cylindrical-coordinate representation of color #7AB414: hue angle of 81.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AB414 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 20 -
CMYK 0.32 0 0.89 0.29
HSL 81.75º 0.8% 0.39% -
HSV(B) 81.75º 0.89% 0.71% -
XYZ 24.47 36.83 6.48 -
YUV 144.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 122 180 20 0.32 0 0.89 0.29 81.75 0.8 0.39
Hex 7A B4 14 20 0 59 1D 52 50 27
Octal 172 264 24 40 0 131 35 122 120 47
Binary 1111010 10110100 10100 100000 0 1011001 11101 1010010 1010000 100111

Color Harmonies of #7AB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB414

Black with #7AB414

Text Example


Text Example

White with #7AB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,20); }

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

background-color css

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

 a { background-color: rgb(122,180,20); }

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

border-color css

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

 span { border-color: rgb(122,180,20); }

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