#7AC423

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

Shades of Lima #7AC423

Tints of Lima #7AC423

Color information

#7AC423 (or 0x7AC423) is unknown color: approx Lima. HEX triplet: 7A, C4 and 23. RGB value is (122,196,35). Sum of RGB (Red+Green+Blue) = 122+196+35=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC423 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC423 is #853BDC. Grayscale: #9C9C9C. Windows color (decimal): -8731613 or 2344058. OLE color: 2344058.

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

Color convert

RGB12219635-
CMYK0.3800.820.23
HSL87.58º69.7%45.29%-
HSV(B)87.58º82.14%76.86%-
XYZ28.0743.748.55-
YUV155.5259.98104.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 196 (76.95% from 255) = 55.52%
BLUE value IS 35 (14.06% from 255) = 9.92%
R=34.56%
G=55.52%
B=9.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122196350.3800.820.2387.5869.745.29
Hex7AC423260521758462d
Octal172304434601222713010655
Binary111101011000100100011100110010100101011110110001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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