#7AB821

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

Shades of Lima #7AB821

Tints of Lima #7AB821

Color information

#7AB821 (or 0x7AB821) is unknown color: approx Lima. HEX triplet: 7A, B8 and 21. RGB value is (122,184,33). Sum of RGB (Red+Green+Blue) = 122+184+33=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB821 is #8547DE. Grayscale: #949494. Windows color (decimal): -8734687 or 2209914. OLE color: 2209914.

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

Color convert

RGB12218433-
CMYK0.3400.820.28
HSL84.64º69.59%42.55%-
HSV(B)84.64º82.07%72.16%-
XYZ25.4438.537.53-
YUV148.2562.96109.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 184 (72.27% from 255) = 54.28%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=35.99%
G=54.28%
B=9.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal122184330.3400.820.2884.6469.5942.55
Hex7AB821220521C55462b
Octal172270414201223412510653
Binary111101010111000100001100010010100101110010101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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