#7ABD09

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

Shades of Lima #7ABD09

Tints of Lima #7ABD09

Color information

#7ABD09 (or 0x7ABD09) is unknown color: approx Lima. HEX triplet: 7A, BD and 09. RGB value is (122,189,9). Sum of RGB (Red+Green+Blue) = 122+189+9=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD09 is #8542F6. Grayscale: #959595. Windows color (decimal): -8733431 or 638330. OLE color: 638330.

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

Color convert

RGB1221899-
CMYK0.3500.950.26
HSL82.33º90.91%38.82%-
HSV(B)82.33º95.24%74.12%-
XYZ26.2740.556.7-
YUV148.4549.3109.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 59.06%
BLUE value IS 9 (3.91% from 255) = 2.81%
R=38.12%
G=59.06%
B=2.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12218990.3500.950.2682.3390.9138.82
Hex7ABD92305F1A525b27
Octal172275114301373212213347
Binary1111010101111011001100011010111111101010100101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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