Html Css Color HEX #7ABB12 Lima

📋 copy color: '#7ABB12'

red 122 ◦ green 187 ◦ blue 18

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

Shades of Lima #7ABB12

Tints of Lima #7ABB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.19%

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

R = 37.31%
G = 57.19%
B = 5.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7ABB12 (or 0x7ABB12) is known color: Lima. HEX triplet: 7A, BB and 12. RGB value is (122,187,18). Sum of RGB (Red+Green+Blue) = 122+187+18=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB12 is #8544ED. Grayscale: #949494. Windows color (decimal): -8733934 or 1227642. OLE color: 1227642.

HSL color Cylindrical-coordinate representation of color #7ABB12: hue angle of 83.08º 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 #7ABB12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 187 18 -
CMYK 0.35 0 0.90 0.27
HSL 83.08º 0.82% 0.4% -
HSV(B) 83.08º 0.9% 0.73% -
XYZ 25.91 39.72 6.87 -
YUV 148.3 54.47 109.24 -
System Red Green Blue C M Y K H S L
Decimal 122 187 18 0.35 0 0.90 0.27 83.08 0.82 0.4
Hex 7A BB 12 23 0 5A 1B 53 52 28
Octal 172 273 22 43 0 132 33 123 122 50
Binary 1111010 10111011 10010 100011 0 1011010 11011 1010011 1010010 101000

Color Harmonies of #7ABB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABB12

Black with #7ABB12

Text Example


Text Example

White with #7ABB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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