Html Css Color HEX #7ABA12 Lima

📋 copy color: '#7ABA12'

red 122 ◦ green 186 ◦ blue 18

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

Shades of Lima #7ABA12

Tints of Lima #7ABA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.06%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 37.42%
G = 57.06%
B = 5.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7ABA12 (or 0x7ABA12) is known color: Lima. HEX triplet: 7A, BA and 12. RGB value is (122,186,18). Sum of RGB (Red+Green+Blue) = 122+186+18=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA12 is #8545ED. Grayscale: #949494. Windows color (decimal): -8734190 or 1227386. OLE color: 1227386.

HSL color Cylindrical-coordinate representation of color #7ABA12: hue angle of 82.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7ABA12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 18 -
CMYK 0.34 0 0.90 0.27
HSL 82.86º 0.82% 0.4% -
HSV(B) 82.86º 0.9% 0.73% -
XYZ 25.69 39.3 6.8 -
YUV 147.71 54.8 109.66 -
System Red Green Blue C M Y K H S L
Decimal 122 186 18 0.34 0 0.90 0.27 82.86 0.82 0.4
Hex 7A BA 12 22 0 5A 1B 53 52 28
Octal 172 272 22 42 0 132 33 123 122 50
Binary 1111010 10111010 10010 100010 0 1011010 11011 1010011 1010010 101000

Color Harmonies of #7ABA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA12

Black with #7ABA12

Text Example


Text Example

White with #7ABA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,18); }

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

background-color css

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

 a { background-color: rgb(122,186,18); }

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

border-color css

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

 span { border-color: rgb(122,186,18); }

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