Html Css Color HEX #7AC10B Lima

📋 copy color: '#7AC10B'

red 122 ◦ green 193 ◦ blue 11

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

Shades of Lima #7AC10B

Tints of Lima #7AC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 37.42%
G = 59.2%
B = 3.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#7AC10B (or 0x7AC10B) is known color: Lima. HEX triplet: 7A, C1 and 0B. RGB value is (122,193,11). Sum of RGB (Red+Green+Blue) = 122+193+11=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC10B is #853EF4. Grayscale: #979797. Windows color (decimal): -8732405 or 770426. OLE color: 770426.

HSL color Cylindrical-coordinate representation of color #7AC10B: hue angle of 83.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AC10B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 193 11 -
CMYK 0.37 0 0.94 0.24
HSL 83.41º 0.89% 0.4% -
HSV(B) 83.41º 0.94% 0.76% -
XYZ 27.16 42.3 7.05 -
YUV 151.02 48.98 107.3 -
System Red Green Blue C M Y K H S L
Decimal 122 193 11 0.37 0 0.94 0.24 83.41 0.89 0.4
Hex 7A C1 B 25 0 5E 18 53 59 28
Octal 172 301 13 45 0 136 30 123 131 50
Binary 1111010 11000001 1011 100101 0 1011110 11000 1010011 1011001 101000

Color Harmonies of #7AC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC10B

Black with #7AC10B

Text Example


Text Example

White with #7AC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,11); }

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

background-color css

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

 a { background-color: rgb(122,193,11); }

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

border-color css

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

 span { border-color: rgb(122,193,11); }

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