#7AC421

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

Shades of Lima #7AC421

Tints of Lima #7AC421

Color information

#7AC421 (or 0x7AC421) is unknown color: approx Lima. HEX triplet: 7A, C4 and 21. RGB value is (122,196,33). Sum of RGB (Red+Green+Blue) = 122+196+33=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC421 is #853BDE. Grayscale: #9B9B9B. Windows color (decimal): -8731615 or 2212986. OLE color: 2212986.

HSL color Cylindrical-coordinate representation of color #7AC421: hue angle of 87.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AC421 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB12219633-
CMYK0.3800.830.23
HSL87.24º71.18%44.9%-
HSV(B)87.24º83.16%76.86%-
XYZ28.0443.738.4-
YUV155.2958.98104.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 196 (76.95% from 255) = 55.84%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=34.76%
G=55.84%
B=9.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122196330.3800.830.2387.2471.1844.9
Hex7AC421260531757472d
Octal172304414601232712710755
Binary111101011000100100001100110010100111011110101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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