#7AB809

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

Shades of Lima #7AB809

Tints of Lima #7AB809

Color information

#7AB809 (or 0x7AB809) is unknown color: approx Lima. HEX triplet: 7A, B8 and 09. RGB value is (122,184,9). Sum of RGB (Red+Green+Blue) = 122+184+9=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB809 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB809 is #8547F6. Grayscale: #929292. Windows color (decimal): -8734711 or 637050. OLE color: 637050.

HSL color Cylindrical-coordinate representation of color #7AB809: hue angle of 81.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AB809 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1221849-
CMYK0.3400.950.28
HSL81.26º90.67%37.84%-
HSV(B)81.26º95.11%72.16%-
XYZ25.2238.446.35-
YUV145.5150.96111.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 184 (72.27% from 255) = 58.41%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=38.73%
G=58.41%
B=2.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12218490.3400.950.2881.2690.6737.84
Hex7AB892205F1C515b26
Octal172270114201373412113346
Binary1111010101110001001100010010111111110010100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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