Html Css Color HEX #7ABC10 Lima

📋 copy color: '#7ABC10'

red 122 ◦ green 188 ◦ blue 16

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

Shades of Lima #7ABC10

Tints of Lima #7ABC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 37.42%
G = 57.67%
B = 4.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#7ABC10 (or 0x7ABC10) is known color: Lima. HEX triplet: 7A, BC and 10. RGB value is (122,188,16). Sum of RGB (Red+Green+Blue) = 122+188+16=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC10 is #8543EF. Grayscale: #959595. Windows color (decimal): -8733680 or 1096826. OLE color: 1096826.

HSL color Cylindrical-coordinate representation of color #7ABC10: hue angle of 83.02º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ABC10 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 16 -
CMYK 0.35 0 0.91 0.26
HSL 83.02º 0.84% 0.4% -
HSV(B) 83.02º 0.91% 0.74% -
XYZ 26.1 40.14 6.86 -
YUV 148.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 122 188 16 0.35 0 0.91 0.26 83.02 0.84 0.4
Hex 7A BC 10 23 0 5B 1A 53 54 28
Octal 172 274 20 43 0 133 32 123 124 50
Binary 1111010 10111100 10000 100011 0 1011011 11010 1010011 1010100 101000

Color Harmonies of #7ABC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC10

Black with #7ABC10

Text Example


Text Example

White with #7ABC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,188,16); }

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

background-color css

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

 a { background-color: rgb(122,188,16); }

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

border-color css

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

 span { border-color: rgb(122,188,16); }

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