#7ABD19

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

Shades of Lima #7ABD19

Tints of Lima #7ABD19

Color information

#7ABD19 (or 0x7ABD19) is unknown color: approx Lima. HEX triplet: 7A, BD and 19. RGB value is (122,189,25). Sum of RGB (Red+Green+Blue) = 122+189+25=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD19 is #8542E6. Grayscale: #969696. Windows color (decimal): -8733415 or 1686906. OLE color: 1686906.

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

Color convert

RGB12218925-
CMYK0.3500.870.26
HSL84.51º76.64%41.96%-
HSV(B)84.51º86.77%74.12%-
XYZ26.440.67.37-
YUV150.2757.3107.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 189 (74.22% from 255) = 56.25%
BLUE value IS 25 (10.16% from 255) = 7.44%
R=36.31%
G=56.25%
B=7.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122189250.3500.870.2684.5176.6441.96
Hex7ABD19230571A554d2a
Octal172275314301273212511552
Binary11110101011110111001100011010101111101010101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,25); }

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

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

 a { background-color: rgb(122,189,25); }

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

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

 span { border-color: rgb(122,189,25); }

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