#7AB10F

Color #7AB10F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7AB10F

Tints of Lima #7AB10F

Color information

#7AB10F (or 0x7AB10F) is unknown color: approx Lima. HEX triplet: 7A, B1 and 0F. RGB value is (122,177,15). Sum of RGB (Red+Green+Blue) = 122+177+15=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB10F is #854EF0. Grayscale: #8E8E8E. Windows color (decimal): -8736497 or 1028474. OLE color: 1028474.

HSL color Cylindrical-coordinate representation of color #7AB10F: hue angle of 80.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB10F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB12217715-
CMYK0.3100.920.31
HSL80.37º84.38%37.65%-
HSV(B)80.37º91.53%69.41%-
XYZ23.8335.626.07-
YUV142.0956.28113.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=38.85%
G=56.37%
B=4.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122177150.3100.920.3180.3784.3837.65
Hex7AB1F1F05C1F505426
Octal172261173701343712012446
Binary111101010110001111111111010111001111110100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,177,15); }

 H1.HeaderClassName
 {
   color: #7AB10F;
 }
 .AnyTagClassName
 {
   color: #7AB10F;
 }
</style>
background-color css

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

 a { background-color: rgb(122,177,15); }

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

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

 span { border-color: rgb(122,177,15); }

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